[gtk/gtk-3-24-meson: 70/94] meson: immodules: unset the name_prefix to match autotools
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 70/94] meson: immodules: unset the name_prefix to match autotools
- Date: Mon, 8 Apr 2019 04:12:48 +0000 (UTC)
commit 438c1d2c66bf9f653f81255fd1d94447473abee2
Author: Christoph Reiter <creiter src gnome org>
Date: Sat Mar 30 13:34:24 2019 +0100
meson: immodules: unset the name_prefix to match autotools
modules/input/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/modules/input/meson.build b/modules/input/meson.build
index 31b2657beb..3d89389ef6 100644
--- a/modules/input/meson.build
+++ b/modules/input/meson.build
@@ -27,6 +27,7 @@ foreach l: immodules
dependencies: [ libgtk_dep ],
install_dir: '@0@/gtk-@1@/@2@/immodules/'.format(gtk_libdir, gtk_api_version,
gtk_binary_version),
include_directories: [confinc, gtkinc],
- install : true)
+ install : true,
+ name_prefix: '')
endif
endforeach
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]