[gtk/gtk-3-24-meson: 62/64] meson: immodules: unset the name_prefix to match autotools
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 62/64] meson: immodules: unset the name_prefix to match autotools
- Date: Sat, 30 Mar 2019 16:15:42 +0000 (UTC)
commit de0c76d1b9ce3c5d26cd1aef51cff3d4fd74687e
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]