forked from pool/xorg-x11-server
- u_disable-acpi-code.patch
* Don't build the ACPI code (bnc#805304) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=442
This commit is contained in:
parent
8e1e12147f
commit
44471f37b6
23
u_disable-acpi-code.patch
Normal file
23
u_disable-acpi-code.patch
Normal file
@ -0,0 +1,23 @@
|
||||
From: Adam Jackson <ajax@redhat.com>
|
||||
Date: Wed, 9 Nov 2011 11:52:06 +1000
|
||||
Subject: [PATCH 2/7] Don't build the ACPI code.
|
||||
|
||||
No good can come of this.
|
||||
---
|
||||
configure.ac | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index a12783c..54f4464 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1620,7 +1620,6 @@ if test "x$XORG" = xyes; then
|
||||
linux_alpha=yes
|
||||
;;
|
||||
i*86|amd64*|x86_64*|ia64*)
|
||||
- linux_acpi="yes"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
--
|
||||
1.7.10.1
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 12:00:53 UTC 2013 - sndirsch@suse.com
|
||||
|
||||
- u_disable-acpi-code.patch
|
||||
* Don't build the ACPI code (bnc#805304)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 16:31:36 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
|
@ -180,6 +180,7 @@ Patch222: N_sync-fix.patch
|
||||
Patch226: u_vgaHW-no-legacy.patch
|
||||
Patch227: u_init_framebuffer_base.patch
|
||||
Patch228: u_aarch64-support.patch
|
||||
Patch229: u_disable-acpi-code.patch
|
||||
|
||||
%description
|
||||
This package contains the X.Org Server.
|
||||
@ -299,6 +300,7 @@ cp %{SOURCE96} .
|
||||
%patch226 -p0
|
||||
%patch227 -p1
|
||||
%patch228 -p1
|
||||
%patch229 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
Loading…
Reference in New Issue
Block a user