diff options
author | Timm Bäder <mail@baedert.org> | 2016-09-24 17:35:10 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:52 +0100 |
commit | 6dd6660c685d22e88af5ed4d0b5f1f22df0338de (patch) | |
tree | 0701c1fe3e4ef2ed50aa3881e464bc2d46cb6d06 /config.h.meson | |
parent | 02a250147fa0ea30ff2a0b25e143e62918e206a6 (diff) | |
download | gtk+-6dd6660c685d22e88af5ed4d0b5f1f22df0338de.tar.gz |
meson: Conditionally check for dependencies
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index e6cd25d26a..55e026a979 100644 --- a/config.h.meson +++ b/config.h.meson @@ -194,6 +194,12 @@ /* Have the SYNC extension library */ #mesondefine HAVE_XSYNC +/* Define to 1 if you have the `_lock_file' function */ +#mesondefine HAVE__LOCK_FILE + +/* Define to 1 if you have the `flockfile' function */ +#mesondefine HAVE_FLOCKFILE + /* Define if _NL_MEASUREMENT_MEASUREMENT is available */ #mesondefine HAVE__NL_MEASUREMENT_MEASUREMENT |