[PATCH] Enable XF86PM on all Solaris platforms, not just x86/x64
Peter Hutterer
peter.hutterer at who-t.net
Thu Nov 5 17:39:58 PST 2009
On Thu, Nov 05, 2009 at 11:42:34AM -0800, Alan Coopersmith wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>
> ---
> configure.ac | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 8e1edba..de58f21 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1575,6 +1575,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"
> @@ -1607,7 +1608,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 \
> --
> 1.5.6.5
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
More information about the xorg-devel
mailing list