summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-09-15 09:25:51 -0400
committerDebarshi Ray <debarshir@gnome.org>2016-07-27 09:41:23 +0200
commit5e7004a6827baf6b9e3cbf588d853c3e6f5e075e (patch)
tree771a7ee9d5987de3d5842ab04aaba5aee68325aa
parent90d6f3b622165bbb868756704a9c22d894cdfa6c (diff)
downloadgnome-control-center-5e7004a6827baf6b9e3cbf588d853c3e6f5e075e.tar.gz
build: Drop hardcoded requirements on Linux
The goal of the GNOME Continuous build is not to be a full distribution with the costs and benefits of that model. It's intended to be a minimal but still useful continually delivered and tested system. At the moment, we don't have Samba in the build, and while we could add it, we don't have any testing for printing right now. The original commit didn't include any rationale for this.
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index e2e8680ef..eb0247c3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -426,22 +426,6 @@ else
AC_MSG_RESULT(no)
fi
-case $host_os in
- linux*)
- if test "$host_cpu" = s390 -o "$host_cpu" = s390x; then
- # Nothing
- echo "USB-related panels disabled on S390"
- else
- if test "x$have_networkmanager" != "xyes" -o \
- "x$have_bluetooth" != "xyes" -o \
- "x$enable_cups" != "xyes" -o \
- "x$have_wacom" != "xyes"; then
- AC_MSG_ERROR([The Network, Bluetooth, Printers and Wacom panels are not optional on Linux systems])
- fi
- fi
- ;;
-esac
-
AC_CONFIG_FILES([
Makefile
panels/Makefile