]> git.draconx.ca Git - gentoo-draconx.git/blob - x11-base/xorg-server/files/xorg-server-disable-acpi.patch
cc80e6cef4e11713b7953651abef78fae78e7ec4
[gentoo-draconx.git] / x11-base / xorg-server / files / xorg-server-disable-acpi.patch
1 From a8079882f1884edc62a9de28af915bd8b65dfbbe Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Wed, 11 Mar 2009 14:02:11 -0400
4 Subject: [PATCH] Don't build the ACPI code.
5
6 No good can come of this.
7 ---
8  configure.ac |    2 --
9  1 files changed, 0 insertions(+), 2 deletions(-)
10
11 diff --git a/configure.ac b/configure.ac
12 index 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 -- 
30 1.6.1.3
31