musicus/data/res/meson.build

9 lines
249 B
Meson
Raw Normal View History

2023-07-06 18:29:33 +02:00
pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
gnome = import('gnome')
gnome.compile_resources('musicus',
'musicus.gresource.xml',
gresource_bundle: true,
install: true,
install_dir: pkgdatadir,
)