mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-04 09:35:08 +02:00
10 lines
342 B
Diff
10 lines
342 B
Diff
--- meson.build
|
|
+++ meson.build
|
|
@@ -2,7 +2,7 @@
|
|
# project definition
|
|
#
|
|
project('spice-gtk', 'c',
|
|
- version : run_command('build-aux/git-version-gen', '@0@/.tarball-version'.format(meson.source_root()), check : true).stdout().strip(),
|
|
+ version : '0.37',
|
|
license : 'LGPLv2.1',
|
|
meson_version : '>= 0.49')
|