mirror of
https://github.com/libratbag/piper.git
synced 2026-05-19 04:16:08 -04:00
meson.build: piper 0.3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
project('piper',
|
||||
version: '0.2.905',
|
||||
version: '0.3',
|
||||
license: 'GPLv2',
|
||||
meson_version: '>= 0.42.0')
|
||||
# The tag date of the project_version(), update when the version bumps.
|
||||
version_date='2019-01-24'
|
||||
version_date='2019-08-02'
|
||||
|
||||
# The DBus API version of ratbagd that we are compatible with. Anything
|
||||
# higher or lower will not be compatible so make sure you bumpt that to the
|
||||
@@ -15,7 +15,7 @@ ratbagd_api_version = 1
|
||||
dependency('python3', required: true)
|
||||
dependency('pygobject-3.0', required: true)
|
||||
ratbagd = find_program('ratbagd', required: false)
|
||||
ratbagd_required_version='0.9.906'
|
||||
ratbagd_required_version='0.10'
|
||||
|
||||
if not ratbagd.found()
|
||||
message('''
|
||||
|
||||
Reference in New Issue
Block a user