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

This commit is contained in:
Adam Jackson 2006-05-15 18:27:18 +00:00
parent dd38d3bd67
commit 321dbed5f5
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-14 Matthieu Herrb <matthieu.herrb@laas.fr>
* configure.ac:

View File

@ -1064,7 +1064,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"