[gnome-characters/bilelmoussaoui/split-headerbar: 1/5] add libhandy-1 as a dependency
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters/bilelmoussaoui/split-headerbar: 1/5] add libhandy-1 as a dependency
- Date: Sun, 7 Jun 2020 11:48:51 +0000 (UTC)
commit 4e93c30e8fd9256265d55fa2422846e2e5e8f798
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Sun Jun 7 11:36:21 2020 +0200
add libhandy-1 as a dependency
build-aux/flatpak/org.gnome.Characters.json | 16 ++++++++++++++++
meson.build | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Characters.json b/build-aux/flatpak/org.gnome.Characters.json
index 278653e..6bba014 100644
--- a/build-aux/flatpak/org.gnome.Characters.json
+++ b/build-aux/flatpak/org.gnome.Characters.json
@@ -63,6 +63,22 @@
}
]
},
+ {
+ "name": "libhandy",
+ "buildsystem": "meson",
+ "config-opts": [
+ "-Dtests=false",
+ "-Dexamples=false",
+ "-Dglade_catalog=disabled",
+ "-Dvapi=false"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/libhandy.git"
+ }
+ ]
+ },
{
"name" : "gnome-characters",
"buildsystem" : "meson",
diff --git a/meson.build b/meson.build
index 0c0a274..15fff23 100644
--- a/meson.build
+++ b/meson.build
@@ -44,7 +44,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 ('libhandy-1', version: '>= 0.80.0')
libgc_deps = [
dependency('gio-2.0'),
dependency('gtk+-3.0'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]