
It's unlikely that wplua will ever be useful outside the context of module-lua-scripting, so let's move it to keep all the code in one place
6 lines
193 B
Meson
6 lines
193 B
Meson
m_lua_scripting_resources = gnome.compile_resources(
|
|
'm-lua-scripting-resources',
|
|
'gresource.xml',
|
|
source_dir: meson.current_source_dir(),
|
|
c_name: '_m_lua_scripting_resources')
|