From 7f26544db608c6cbe02bca52180838304d2d9b50 Mon Sep 17 00:00:00 2001 From: Bleak Grey Date: Mon, 6 Jul 2020 19:56:40 +0300 Subject: [PATCH] Bump libhandy version --- meson.build | 6 +----- subprojects/libhandy | 1 - subprojects/libhandy.wrap | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 160000 subprojects/libhandy diff --git a/meson.build b/meson.build index 5acab04..a62e88b 100644 --- a/meson.build +++ b/meson.build @@ -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', diff --git a/subprojects/libhandy b/subprojects/libhandy deleted file mode 160000 index b61eefd..0000000 --- a/subprojects/libhandy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b61eefde06040703026f49a0b979588e69f77d3a diff --git a/subprojects/libhandy.wrap b/subprojects/libhandy.wrap index 3ae38fa..ceec308 100644 --- a/subprojects/libhandy.wrap +++ b/subprojects/libhandy.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=libhandy url=https://gitlab.gnome.org/GNOME/libhandy.git -revision=v0.80.0 +revision=v0.83.0