diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-03-23 15:54:58 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:56 +0100 |
commit | e8509739564e278b2c35a69c75d4dde1ba9b0ab7 (patch) | |
tree | 515775e30d9cc0d4723b8ecdbc7b6d9c8f7987b9 /config.h.meson | |
parent | 1c14e93e691088d2685011641031180f66989561 (diff) | |
download | gtk+-e8509739564e278b2c35a69c75d4dde1ba9b0ab7.tar.gz |
meson: build input modules
We have to work around some ordering problems here. We still
manage to keep most of the guts in modules/input/meson.build,
so it's not too ugly overall.
(The autotools build solves this with a 'make -C ../../input/modules'
inside gtk/Makefile, but that's not something we can or want to do.)
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson index 1200bd0eb7..158907f98f 100644 --- a/config.h.meson +++ b/config.h.meson @@ -213,9 +213,6 @@ /* Define to 1 if you have the ANSI C header files. */ #mesondefine STDC_HEADERS -/* Define to 1 if gmodule works and should be used */ -#mesondefine USE_GMODULE - /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE |