[gnome-control-center/wip/rishi/goa: 1/2] build: Drop hardcoded requirements on Linux
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/rishi/goa: 1/2] build: Drop hardcoded requirements on Linux
- Date: Tue, 26 Jul 2016 16:14:21 +0000 (UTC)
commit 9479fd3955e009b7fc0f54a5ee549a6d59dd65f6
Author: Colin Walters <walters verbum org>
Date: Tue Sep 15 09:25:51 2015 -0400
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.
configure.ac | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e2e8680..eb0247c 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]