[gtk/gtk-3-24-meson: 68/95] meson: immodules: unset the name_prefix to match autotools



commit cb89ad18a2f2dabc92d64a88602859cb15907a85
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]