summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-09-24 17:35:10 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-03 15:10:52 +0100
commit6dd6660c685d22e88af5ed4d0b5f1f22df0338de (patch)
tree0701c1fe3e4ef2ed50aa3881e464bc2d46cb6d06 /config.h.meson
parent02a250147fa0ea30ff2a0b25e143e62918e206a6 (diff)
downloadgtk+-6dd6660c685d22e88af5ed4d0b5f1f22df0338de.tar.gz
meson: Conditionally check for dependencies
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson6
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