File: meson.build

package info (click to toggle)
gnome-software 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,892 kB
  • sloc: ansic: 98,572; xml: 3,630; python: 1,055; makefile: 75; sh: 28
file content (11 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (3)
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