meson: immodules: unset the name_prefix to match autotools

This commit is contained in:
Christoph Reiter 2019-03-30 13:34:24 +01:00
parent fd758bb2e9
commit cb89ad18a2

View File

@ -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