summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-03-06 12:00:52 +0100
committerAdrien Plazas <kekun.plazas@laposte.net>2020-07-20 08:04:28 +0200
commit83c935ce7d3e52479ae44f1a40af15f6a31c4db3 (patch)
treeef0f36daa47ce77b83d5f6acbe61eeac65f5ce7c /meson.build
parentbc648d9c923d2b5191ca86f228078a462dfad499 (diff)
downloadgnome-control-center-83c935ce7d3e52479ae44f1a40af15f6a31c4db3.tar.gz
meson: Replace libhandy-0.0 by libhandy-1
Depend on libhandy 0.84.0, and migrate to the GNOME repo.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 56c15767b..2571468e3 100644
--- a/meson.build
+++ b/meson.build
@@ -99,7 +99,7 @@ libgvc = subproject(
)
libgvc_dep = libgvc.get_variable('libgvc_dep')
-libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.9', required: false)
+libhandy_dep = dependency('libhandy-1', version: '>= 0.84.0', required: false)
if not libhandy_dep.found()
libhandy = subproject(
'libhandy',
@@ -107,7 +107,6 @@ if not libhandy_dep.found()
'examples=false',
'glade_catalog=disabled',
'introspection=disabled',
- 'static=true',
'tests=false',
'vapi=false',
]