mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
Enable XF86PM on all Solaris platforms, not just x86/x64
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit f7b375bd14)
This commit is contained in:
parent
f0dc842b14
commit
4fe904f2d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1529,6 +1529,7 @@ if test "x$XORG" = xyes; then
|
|||
solaris*)
|
||||
XORG_OS="solaris"
|
||||
XORG_OS_SUBDIR="solaris"
|
||||
XORG_CFLAGS="$XORG_CFLAGS -DXF86PM"
|
||||
# Use the same stubs as BSD for old functions, since we now
|
||||
# use libpciaccess for PCI
|
||||
xorg_bus_bsdpci="yes"
|
||||
|
|
@ -1561,7 +1562,6 @@ if test "x$XORG" = xyes; then
|
|||
else
|
||||
SOLARIS_INOUT_ARCH="ia32"
|
||||
fi
|
||||
XORG_CFLAGS="$XORG_CFLAGS -DXF86PM"
|
||||
;;
|
||||
*)
|
||||
AC_MSG_ERROR([Unsupported Solaris platform. Only SPARC & x86 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue