db-move: moved seahorse from [testing] to [extra] (x86_64)
[arch-packages.git] / glade / trunk / fix-build.diff
blob9b5772dd1ae6240d85e7428bc17be6913871db4b
1 diff --git i/src/meson.build w/src/meson.build
2 index 40c730a0..56f4e47d 100644
3 --- i/src/meson.build
4 +++ w/src/meson.build
5 @@ -1,18 +1,18 @@
6 fs = import('fs')
8 if fs.exists('../.git')
9 - vcs_tag(input: 'version.h.in', output: 'version.h')
10 + version_h = vcs_tag(input: 'version.h.in', output: 'version.h')[0]
11 else
12 config = configuration_data()
13 config.set ('VCS_TAG', glade_version)
14 - configure_file(
15 + version_h = configure_file(
16 input: 'version.h.in',
17 output: 'version.h',
18 configuration: config
20 endif
22 -sources = files(
23 +sources = [version_h] + files(
24 'glade-intro.c',
25 'glade-preferences.c',
26 'glade-settings.c',