summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2019-02-05 13:22:30 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-06 17:55:10 +0100
commit98618aeb8da11b9e9b0188dd54d5569bab6ce002 (patch)
tree7d26d4420af50850dd5dd741cb7451dd5d1c3c72 /meson.build
parent218efaf6e128290869259aeccf3069401f5e8dde (diff)
downloadgnome-bluetooth-98618aeb8da11b9e9b0188dd54d5569bab6ce002.tar.gz
build: Drop the now unused libhandy subproject
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/364
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build12
1 files changed, 0 insertions, 12 deletions
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')