summaryrefslogtreecommitdiffstats
path: root/subprojects/gnome-pwa-list/meson.build
blob: b5846f301dd65963a00ea8391fa5d5d9d3a1b429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project('gnome-pwa-list')

python3 = find_program('python3')

gnome_pwa_list_foss = configure_file(
  input: 'gnome-pwa-list-foss.xml',
  output: 'gnome-pwa-list-foss.xml',
  copy: true,
)
gnome_pwa_list_proprietary = configure_file(
  input: 'gnome-pwa-list-proprietary.xml',
  output: 'gnome-pwa-list-proprietary.xml',
  copy: true,
)