[gtk/gtk-3-24-meson: 49/89] meson: Install im-multipress.conf
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 49/89] meson: Install im-multipress.conf
- Date: Wed, 10 Apr 2019 08:24:17 +0000 (UTC)
commit b28de88c0c67b4fe2bca1828a242f6351dce26c3
Author: Christoph Reiter <creiter src gnome org>
Date: Fri Mar 29 09:44:02 2019 +0100
meson: Install im-multipress.conf
modules/input/meson.build | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]