mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
Merge branch 'libhandy-minimum-version' into 'master'
Specify minimum libhandy version in meson and Debian packaging See merge request Librem5/calls!53
This commit is contained in:
commit
2d99fe16d0
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>
|
||||
Build-Depends:
|
||||
debhelper (>= 11),
|
||||
libhandy-0.0-dev,
|
||||
libhandy-0.0-dev (>= 0.0.10),
|
||||
libgtk-3-dev,
|
||||
modemmanager-dev,
|
||||
libmm-glib-dev,
|
||||
|
|
|
@ -27,7 +27,7 @@ src_include = include_directories('.')
|
|||
|
||||
calls_deps = [ dependency('gobject-2.0'),
|
||||
dependency('gtk+-3.0'),
|
||||
dependency('libhandy-0.0'),
|
||||
dependency('libhandy-0.0', version: '>= 0.0.10'),
|
||||
dependency('gsound'),
|
||||
dependency('libpeas-1.0'),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue