[gtk/gtk-3-24-meson: 81/99] 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: 81/99] meson: immodules: unset the name_prefix to match autotools
- Date: Wed, 3 Apr 2019 19:08:44 +0000 (UTC)
commit c6edf478328423c6b1a8b92a0661160436f73a76
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]