summaryrefslogtreecommitdiff
path: root/gsk
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-03-23 15:54:58 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-03 15:10:56 +0100
commite8509739564e278b2c35a69c75d4dde1ba9b0ab7 (patch)
tree515775e30d9cc0d4723b8ecdbc7b6d9c8f7987b9 /gsk
parent1c14e93e691088d2685011641031180f66989561 (diff)
downloadgtk+-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 'gsk')
-rw-r--r--gsk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsk/meson.build b/gsk/meson.build
index 0b8743838b..cbd6bdf010 100644
--- a/gsk/meson.build
+++ b/gsk/meson.build
@@ -143,6 +143,7 @@ gskresources = gnome.compile_resources('gskresources',
c_name: '_gsk',
extra_args: '--manual-register')
+gsk_gen_headers = [gskenum_h]
gsk_deps = [
graphene_dep,