diff options
author | Timm Bäder <mail@baedert.org> | 2016-08-21 17:16:03 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:50 +0100 |
commit | 7fff2901aa68198aeb0042836f89d2ed843d8248 (patch) | |
tree | 20216f0a3e5d9b63cd49917ba4751f18fba8e478 /config.h.meson | |
parent | 5475768d3278acba21574aad394f598e52c53c14 (diff) | |
download | gtk+-7fff2901aa68198aeb0042836f89d2ed843d8248.tar.gz |
meson: Add options for x/wayland/broadway backends
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 45527bf403..e6cd25d26a 100644 --- a/config.h.meson +++ b/config.h.meson @@ -309,3 +309,9 @@ /* Define to 1 if linux/memfd.h exists */ #mesondefine HAVE_LINUX_MEMFD_H + +#mesondefine GTK_LOCALEDIR + +#mesondefine GTK_DATADIR + +#mesondefine GTK_LIBDIR |