1
0
Fork 0
gnome-software/data/assets/meson.build
Daniel Baumann 68ee05b3fd
Adding upstream version 48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:00:23 +02:00

11 lines
340 B
Meson

if get_option('default_featured_apps')
install_data('org.gnome.Software.Featured.xml',
install_dir : join_paths(get_option('datadir'), 'swcatalog', 'xml'),
)
endif
if get_option('hardcoded_curated')
install_data('org.gnome.Software.Curated.xml',
install_dir : join_paths(get_option('datadir'), 'swcatalog', 'xml'),
)
endif