File: meson.build

package info (click to toggle)
gnome-backgrounds 3.38.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 41,672 kB
  • sloc: makefile: 5
file content (14 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project('gnome-backgrounds',
  version: '3.38.0',
  meson_version: '>= 0.41.0'
)

i18n = import('i18n')

prefix = get_option('prefix')

datadir = join_paths(prefix, get_option('datadir'))
backgrounddir = join_paths(datadir, 'backgrounds', 'gnome')
metadatadir = join_paths(datadir, 'gnome-background-properties')

subdir('backgrounds')