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:
parent
17c6563e69
commit
3afdaa3b2f
4 changed files with 32 additions and 26 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue