build: Make network mandatory on every linux

In a recent commit[0], bluetooth, network and wacom panels were made
mandatory on every linux except on S390 systems. However, the
network panel should also be mandatory on S390 systems running
linux.

This changes the conditions to build bluetooh, network and wacom
panels.

https://bugzilla.gnome.org/show_bug.cgi?id=792641

[0] https://git.gnome.org/browse/gnome-control-center/commit/?id=a2b20a65c
This commit is contained in:
Iñigo Martínez 2018-01-23 12:21:21 +01:00 committed by Georges Basile Stavracas Neto
parent 17c6563e69
commit 3afdaa3b2f
4 changed files with 32 additions and 26 deletions

View file

@ -87,7 +87,7 @@ if enable_cheese
shell_deps += cheese_deps
endif
if enable_linux
if host_is_linux_not_s390
shell_deps += wacom_deps
endif