File: meson.build

package info (click to toggle)
budgie-backgrounds 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,944 kB
  • sloc: sh: 20; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
config = configuration_data()
config.set('prefix', path_prefix)

gnome_backgrounds_dir = join_paths(path_datadir, 'gnome-background-properties')
configure_file(
    input: 'budgie-backgrounds.xml.in',
    output: 'budgie-backgrounds.xml',
    configuration: config,
    install_dir: gnome_backgrounds_dir,
)