c987d3d2c9
Meson is on track to replace autotools as the build system of choice, so support it in addition to autotools. If all goes well, we'll eventually be able to drop the latter ... https://bugzilla.gnome.org/show_bug.cgi?id=783229
9 lines
214 B
Meson
9 lines
214 B
Meson
subdir('misc')
|
|
|
|
js_resources = gnome.compile_resources(
|
|
'js-resources', 'js-resources.gresource.xml',
|
|
source_dir: ['.', meson.current_build_dir()],
|
|
c_name: 'shell_js_resources',
|
|
dependencies: [config_js]
|
|
)
|