Bump libhandy version
This commit is contained in:
parent
204b687bfd
commit
7f26544db6
|
@ -10,23 +10,19 @@ add_global_arguments([
|
|||
language: 'c',
|
||||
)
|
||||
|
||||
# This is needed to make libhandy 1.0 work with vala.
|
||||
# Without this, vala will complain:
|
||||
# "X is not available in libhandy-1 0.81.0. Use libhandy-1 >= 1.0"
|
||||
# FIXME Disable --disable-since-check after libhandy 1.0 is released
|
||||
add_project_arguments (
|
||||
'--disable-since-check',
|
||||
language: 'vala'
|
||||
)
|
||||
|
||||
|
||||
asresources = gnome.compile_resources(
|
||||
'as-resources', 'data/gresource.xml',
|
||||
source_dir: 'data',
|
||||
c_name: 'as'
|
||||
)
|
||||
|
||||
libhandy_dep = dependency('libhandy-1', version: '>= 0.80.0', required: false)
|
||||
libhandy_dep = dependency('libhandy-1', version: '>= 0.83.0', required: false)
|
||||
if not libhandy_dep.found()
|
||||
libhandy = subproject(
|
||||
'libhandy',
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b61eefde06040703026f49a0b979588e69f77d3a
|
|
@ -1,4 +1,4 @@
|
|||
[wrap-git]
|
||||
directory=libhandy
|
||||
url=https://gitlab.gnome.org/GNOME/libhandy.git
|
||||
revision=v0.80.0
|
||||
revision=v0.83.0
|
||||
|
|
Loading…
Reference in New Issue