meson: immodules: unset the name_prefix to match autotools
This commit is contained in:
parent
fd758bb2e9
commit
cb89ad18a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user