forked from pool/xorg-x11-server
Stefan Dirsch
44471f37b6
* Don't build the ACPI code (bnc#805304) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=442
24 lines
492 B
Diff
24 lines
492 B
Diff
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Wed, 9 Nov 2011 11:52:06 +1000
|
|
Subject: [PATCH 2/7] Don't build the ACPI code.
|
|
|
|
No good can come of this.
|
|
---
|
|
configure.ac | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index a12783c..54f4464 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1620,7 +1620,6 @@ if test "x$XORG" = xyes; then
|
|
linux_alpha=yes
|
|
;;
|
|
i*86|amd64*|x86_64*|ia64*)
|
|
- linux_acpi="yes"
|
|
;;
|
|
*)
|
|
;;
|
|
--
|
|
1.7.10.1
|