mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
Specify minimum libhandy version in meson and Debian packaging
This commit is contained in:
parent
c96a3e16e9
commit
003adc709c
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -4,7 +4,7 @@ Priority: optional
|
||||||
Maintainer: Bob Ham <rah@settrans.net>
|
Maintainer: Bob Ham <rah@settrans.net>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 11),
|
debhelper (>= 11),
|
||||||
libhandy-0.0-dev,
|
libhandy-0.0-dev (>= 0.0.10),
|
||||||
libgtk-3-dev,
|
libgtk-3-dev,
|
||||||
modemmanager-dev,
|
modemmanager-dev,
|
||||||
libmm-glib-dev,
|
libmm-glib-dev,
|
||||||
|
|
|
@ -27,7 +27,7 @@ src_include = include_directories('.')
|
||||||
|
|
||||||
calls_deps = [ dependency('gobject-2.0'),
|
calls_deps = [ dependency('gobject-2.0'),
|
||||||
dependency('gtk+-3.0'),
|
dependency('gtk+-3.0'),
|
||||||
dependency('libhandy-0.0'),
|
dependency('libhandy-0.0', version: '>= 0.0.10'),
|
||||||
dependency('gsound'),
|
dependency('gsound'),
|
||||||
dependency('libpeas-1.0'),
|
dependency('libpeas-1.0'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue