diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-02-15 18:22:53 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-02-15 18:22:53 -0500 |
commit | dd4bb00a24fc4f848350dbc0dd27ce660019b5b6 (patch) | |
tree | 5d3e9feadbf243a28ed229840d2e06192e217794 /modules | |
parent | c481a773af9b66b6c6efddc89234f2c8bcfdcf52 (diff) | |
download | gtk+-dd4bb00a24fc4f848350dbc0dd27ce660019b5b6.tar.gz |
Fix the build
This was a mis-merge.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/input/meson.build | 8 |
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') |