summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-01-18 16:17:08 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-01-22 23:06:45 -0200
commita2b20a65cb8519abaac891b1a060f6f4a1c0d422 (patch)
tree956a540eb75db32b8ea2cc0cd85ddd6ce5f3cc3c /shell
parent503ffb540a7aa1658db3f1d5888376c2f7476f59 (diff)
downloadgnome-control-center-a2b20a65cb8519abaac891b1a060f6f4a1c0d422.tar.gz
build: Make bluetooth, network and wacom mandatory on linux
The bluetooh, network and wacom panels should not be optional on linux, except on s390 systems which lack USB support. It should also not be built at all on other systems. This patch makes these panels mandatory on linux. https://bugzilla.gnome.org/show_bug.cgi?id=792641
Diffstat (limited to 'shell')
-rw-r--r--shell/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/meson.build b/shell/meson.build
index 91dee5b1f..70ca2afbd 100644
--- a/shell/meson.build
+++ b/shell/meson.build
@@ -86,7 +86,7 @@ if enable_cheese
shell_deps += cheese_deps
endif
-if enable_wacom
+if enable_linux
shell_deps += wacom_deps
endif