]> git.ipfire.org Git - ipfire-3.x.git/blame - 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
CommitLineData
36c2933d 1From 0002cde5312e785529b2901d7f8a82d5623e4ca7 Mon Sep 17 00:00:00 2001
313ed234 2From: Adam Jackson <ajax@redhat.com>
36c2933d
SS
3Date: Wed, 9 Nov 2011 11:52:06 +1000
4Subject: [PATCH 2/7] Don't build the ACPI code.
313ed234
SS
5
6No good can come of this.
7---
36c2933d
SS
8 configure.ac | 1 -
9 1 file changed, 1 deletion(-)
313ed234
SS
10
11diff --git a/configure.ac b/configure.ac
36c2933d 12index a12783c..54f4464 100644
313ed234
SS
13--- a/configure.ac
14+++ b/configure.ac
36c2933d 15@@ -1620,7 +1620,6 @@ if test "x$XORG" = xyes; then
313ed234
SS
16 linux_alpha=yes
17 ;;
36c2933d 18 i*86|amd64*|x86_64*|ia64*)
313ed234
SS
19- linux_acpi="yes"
20 ;;
21 *)
22 ;;
23--
36c2933d 241.7.10.1
313ed234 25