]> git.pld-linux.org Git - packages/xorg-xserver-server.git/blame - xorg-xserver-server-less-acpi-brokenness.patch
- BR:docbook-dtd43-xml
[packages/xorg-xserver-server.git] / xorg-xserver-server-less-acpi-brokenness.patch
CommitLineData
ae2945da
AM
1From a8079882f1884edc62a9de28af915bd8b65dfbbe Mon Sep 17 00:00:00 2001
2From: Adam Jackson <ajax@redhat.com>
3Date: Wed, 11 Mar 2009 14:02:11 -0400
4Subject: [PATCH] Don't build the ACPI code.
5
6No good can come of this.
7---
8 configure.ac | 2 --
9 1 files changed, 0 insertions(+), 2 deletions(-)
10
11diff --git a/configure.ac b/configure.ac
12index 72ae67e..04716f8 100644
13--- a/configure.ac
14+++ b/configure.ac
15@@ -1269,13 +1269,11 @@ if test "x$XORG" = xyes; then
16 case $host_cpu in
17 ia64*)
18 linux_ia64=yes
19- linux_acpi="yes"
20 ;;
21 alpha*)
22 linux_alpha=yes
23 ;;
24 i*86|amd64*|x86_64*)
25- linux_acpi="yes"
26 ;;
27 *)
28 ;;
29--
301.6.1.3
31
This page took 0.24013 seconds and 4 git commands to generate.