[gnome-characters/bilelmoussaoui/gtk4: 19/71] build: depend on libadwaita instead of libhandy
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters/bilelmoussaoui/gtk4: 19/71] build: depend on libadwaita instead of libhandy
- Date: Thu, 25 Nov 2021 11:03:10 +0000 (UTC)
commit ecdf415fac86a7966bfc17600243fedfdf2c47ff
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Sat Nov 20 15:48:23 2021 +0100
build: depend on libadwaita instead of libhandy
meson.build | 18 +-----------------
subprojects/libhandy.wrap | 4 ----
2 files changed, 1 insertion(+), 21 deletions(-)
---
diff --git a/meson.build b/meson.build
index fd814ab..893b935 100644
--- a/meson.build
+++ b/meson.build
@@ -45,23 +45,7 @@ assert(cc.links(libunistring_src, name: 'libunistring support', args: '-lunistri
# Just check that gjs-1.0 is present and recent enough
dependency('gjs-1.0', version: '>= 1.50')
dependency('gtk4')
-libhandy = dependency ('libhandy-1', version: '>= 1.1', required: false)
-if not libhandy.found()
- libhandy_subproject = subproject(
- 'libhandy',
- default_options: [
- 'examples=false',
- 'glade_catalog=disabled',
- 'tests=false',
- 'vapi=false',
- ]
- )
- libhandy = declare_dependency(
- dependencies: [
- libhandy_subproject.get_variable('libhandy_dep'),
- ]
- )
-endif
+libhandy = dependency ('libadwaita-1', version: '>= 1.0')
libgc_deps = [
dependency('gio-2.0'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]