summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-15 18:22:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-02-15 18:22:53 -0500
commitdd4bb00a24fc4f848350dbc0dd27ce660019b5b6 (patch)
tree5d3e9feadbf243a28ed229840d2e06192e217794
parentc481a773af9b66b6c6efddc89234f2c8bcfdcf52 (diff)
downloadgtk+-dd4bb00a24fc4f848350dbc0dd27ce660019b5b6.tar.gz
Fix the build
This was a mis-merge.
-rw-r--r--modules/input/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/input/meson.build b/modules/input/meson.build
index eb026f4705..ac13c8c193 100644
--- a/modules/input/meson.build
+++ b/modules/input/meson.build
@@ -37,6 +37,14 @@ endforeach
immodules_subdir = 'gtk-4.0/@0@/immodules'.format(gtk_binary_version)
immodules_install_dir = join_paths(gtk_libdir, immodules_subdir)
+# Format:
+# - protocol name
+# - protocol stability ('stable' or 'unstable')
+# - protocol version (if stability is 'unstable')
+proto_sources = [
+ ['gtk-text-input', 'stable', ],
+]
+
im_wayland_gen_headers = []
im_wayland_sources = files('imwayland.c')
wayland_scanner = find_program('wayland-scanner')