blob: ca2cfa1abd0bab527beebfb0ecdc19f86ec1b47c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|