From 98618aeb8da11b9e9b0188dd54d5569bab6ce002 Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Tue, 5 Feb 2019 13:22:30 +0100 Subject: build: Drop the now unused libhandy subproject Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/364 --- meson.build | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 0fa969ab..ed6dc268 100644 --- a/meson.build +++ b/meson.build @@ -100,18 +100,6 @@ gio_dep = dependency('gio-2.0') gio_unix_dep = dependency('gio-unix-2.0') gtk_dep = dependency('gtk+-3.0', version: '>= 3.12.0') libcanberra_gtk_dep = dependency('libcanberra-gtk3') -libhandy = subproject( - 'libhandy', - default_options: [ - 'examples=false', - 'glade_catalog=disabled', - 'introspection=disabled', - 'static=true', - 'tests=false', - 'vapi=false', - ] -) -libhandy_dep = libhandy.get_variable('libhandy_dep') libnotify_dep = dependency('libnotify', version: '>= 0.7.0') libudev_dep = dependency('libudev') -- cgit v1.2.1