diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-04-18 14:22:23 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:56 +0100 |
commit | 8582f80391ec2b416790682ddbf6e165f9cf5c54 (patch) | |
tree | 24ba16413d097f3322a3327288a3ca4048908cad /config.h.meson | |
parent | 898bbb462620370700273048c5e44ccf623c8785 (diff) | |
download | gtk+-8582f80391ec2b416790682ddbf6e165f9cf5c54.tar.gz |
build: Add the appropriate paths in the configuration header
Instead of injecting them into the C compiler arguments.
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 158907f98f..b1f286b9b5 100644 --- a/config.h.meson +++ b/config.h.meson @@ -277,6 +277,8 @@ /* Define to 1 if linux/memfd.h exists */ #mesondefine HAVE_LINUX_MEMFD_H +#mesondefine GTK_SYSCONFDIR + #mesondefine GTK_LOCALEDIR #mesondefine GTK_DATADIR |