c8a4a91681
As we will eventually move the code to a subproject, start arranging it like a top-level srcdir. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1081
8 lines
150 B
Meson
8 lines
150 B
Meson
gnome.compile_resources(
|
|
app_id + '.data',
|
|
app_id + '.data.gresource.xml',
|
|
gresource_bundle: true,
|
|
install: true,
|
|
install_dir: pkgdatadir
|
|
)
|