GNOME Bugzilla – Bug 781318
Fix lua sources path with Meson
Last modified: 2017-04-14 14:31:20 UTC
.
Created attachment 349868 [details] [review] lua-factory: Better debug in get_lua_sources() So we can know which directories it's trying to read sources from, and whether it succeeded in opening those directories.
Created attachment 349869 [details] [review] lua-factory: Fix lua sources path with Meson lua-factory was trying to find lua sources in: ~/.local/share/share/grilo-plugins/grl-lua-factory amongst other directories with duplicated "share" components. luafactorydir is used to pass "LUA_FACTORY_SOURCE_LOCATION" as a define, but it has a value of "grilo-plugins/${LUA_FACTORY_PLUGIN_ID}" when using autotools, without a "datadir" component.
Attachment 349868 [details] pushed as c56808c - lua-factory: Better debug in get_lua_sources() Attachment 349869 [details] pushed as 24e12ef - lua-factory: Fix lua sources path with Meson