[gtk/gtk-3-24-meson: 48/66] meson: Install im-multipress.conf
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 48/66] meson: Install im-multipress.conf
- Date: Sat, 30 Mar 2019 20:18:06 +0000 (UTC)
commit 3244860fdeb62fd8b3fdaad6036919006e5776b2
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]