| 1321 ENABLE_TRAYCOMPAT = get_option('trayicon-compat') |
1321 ENABLE_TRAYCOMPAT = get_option('trayicon-compat') |
| 1322 |
1322 |
| 1323 # check for gtk-doc |
1323 # check for gtk-doc |
| 1324 ENABLE_DOC = get_option('doc') |
1324 ENABLE_DOC = get_option('doc') |
| 1325 if ENABLE_DOC |
1325 if ENABLE_DOC |
| 1326 if meson.version().version_compare('<0.42.0') |
1326 if meson.version().version_compare('<0.41.2') |
| 1327 if force_deps |
1327 if force_deps |
| 1328 error('Meson 0.42.0 or newer is required to build documentation.') |
1328 error('Meson 0.41.2 or newer is required to build documentation.') |
| 1329 endif |
1329 endif |
| 1330 ENABLE_DOC = false |
1330 ENABLE_DOC = false |
| 1331 endif |
1331 endif |
| 1332 endif |
1332 endif |
| 1333 |
1333 |