diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 6b94b4d..96f9af0 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 1 05:35:47 UTC 2014 - crrodriguez@opensuse.org + +- Also build with --disable-linux-apm as lnx_apm.lo is still + built even if --disable-linux-acpi is used. + Both are obsolete and very likely dangerous to use nowadays. + ------------------------------------------------------------------- Sun Dec 29 17:53:44 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 665ef61..d158855 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -1,7 +1,7 @@ # # spec file for package xorg-x11-server # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -234,6 +234,7 @@ autoreconf -fi --enable-xcsecurity \ --with-sha1=libcrypto \ --disable-linux-acpi \ + --disable-linux-apm \ %ifarch s390 s390x --disable-xorg \ --disable-aiglx \