mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 17:18:53 +02:00
Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)
This commit is contained in:
parent
1a628eabaf
commit
f7b2f4f3e5
3 changed files with 12 additions and 1 deletions
|
|
@ -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>
|
2006-05-15 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* Xext/sync.c:
|
* Xext/sync.c:
|
||||||
|
|
|
||||||
|
|
@ -1065,7 +1065,7 @@ if test "x$XORG" = xyes -o "x$XGL" = xyes; then
|
||||||
XORG_OS_PCI="axp"
|
XORG_OS_PCI="axp"
|
||||||
xorg_bus_linuxpci="no"
|
xorg_bus_linuxpci="no"
|
||||||
;;
|
;;
|
||||||
x86*)
|
i*86|amd64*|x86_64*)
|
||||||
linux_acpi="yes"
|
linux_acpi="yes"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
#ifdef HAVE_XORG_CONFIG_H
|
||||||
|
#include "xorg-config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86Priv.h"
|
#include "xf86Priv.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue