xorg-x11-server/xserver-1.6.0-less-acpi-brokenness.patch

32 lines
667 B
Diff
Raw Normal View History

From 42959f3af32ca14d4c15c37b6005acca324debdb Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Wed, 11 Mar 2009 14:02:11 -0400
Subject: [PATCH 1/9] Don't build the ACPI code.
No good can come of this.
---
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9e04ff0..b1175f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1570,13 +1570,11 @@ if test "x$XORG" = xyes; then
case $host_cpu in
ia64*)
linux_ia64=yes
- linux_acpi="yes"
;;
alpha*)
linux_alpha=yes
;;
i*86|amd64*|x86_64*)
- linux_acpi="yes"
;;
*)
;;
--
1.7.4.4