diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2019-03-29 09:44:02 +0100 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2019-04-11 16:45:36 +0200 |
commit | 1ee995fd0f8258831a8ae342c063f5d11e84feb1 (patch) | |
tree | 2895f896d2b583615c8afebb9e30918fc34996e6 /modules | |
parent | 9709d7eb6161d4b29df9417fc35f7bfdd98dca85 (diff) | |
download | gtk+-1ee995fd0f8258831a8ae342c063f5d11e84feb1.tar.gz |
meson: Install im-multipress.conf
Diffstat (limited to 'modules')
-rw-r--r-- | modules/input/meson.build | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/input/meson.build b/modules/input/meson.build index 5d9fd5529b..31b2657beb 100644 --- a/modules/input/meson.build +++ b/modules/input/meson.build @@ -16,6 +16,11 @@ foreach l: immodules if cond and not (builtin_immodules.contains(name) or builtin_all_immodules) immodules_cflags += cflags + if name == 'multipress' + install_data('im-multipress.conf', + install_dir: join_paths(gtk_sysconfdir, 'gtk-3.0')) + endif + shared_module('im-@0@'.format(name), immod_sources, c_args: common_cflags + immodules_cflags, @@ -24,4 +29,4 @@ foreach l: immodules include_directories: [confinc, gtkinc], install : true) endif -endforeach
\ No newline at end of file +endforeach |