Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)

This commit is contained in:
Adam Jackson 2006-05-15 18:27:09 +00:00
parent 1a628eabaf
commit f7b2f4f3e5
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2006-05-15 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* hw/xfree86/os-support/linux/lnx_acpi.c:
Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery
Inozemtsev)
2006-05-15 Adam Jackson <ajax@freedesktop.org>
* Xext/sync.c:

View file

@ -1065,7 +1065,7 @@ if test "x$XORG" = xyes -o "x$XGL" = xyes; then
XORG_OS_PCI="axp"
xorg_bus_linuxpci="no"
;;
x86*)
i*86|amd64*|x86_64*)
linux_acpi="yes"
;;
*)

View file

@ -1,3 +1,7 @@
#ifdef HAVE_XORG_CONFIG_H
#include "xorg-config.h"
#endif
#include "os.h"
#include "xf86.h"
#include "xf86Priv.h"