]> git.ipfire.org Git - ipfire-3.x.git/blob - xorg-x11-server/patches/xserver-1.6.0-less-acpi-brokenness.patch
kernel: Update to 5.3.7
[ipfire-3.x.git] / xorg-x11-server / patches / xserver-1.6.0-less-acpi-brokenness.patch
1 From 0002cde5312e785529b2901d7f8a82d5623e4ca7 Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Wed, 9 Nov 2011 11:52:06 +1000
4 Subject: [PATCH 2/7] Don't build the ACPI code.
5
6 No good can come of this.
7 ---
8 configure.ac | 1 -
9 1 file changed, 1 deletion(-)
10
11 diff --git a/configure.ac b/configure.ac
12 index a12783c..54f4464 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -1620,7 +1620,6 @@ if test "x$XORG" = xyes; then
16 linux_alpha=yes
17 ;;
18 i*86|amd64*|x86_64*|ia64*)
19 - linux_acpi="yes"
20 ;;
21 *)
22 ;;
23 --
24 1.7.10.1
25