From d8f8bfeccef0750d79f852b9ae7152e841227d5a Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Thu, 9 Mar 2006 14:23:57 +0000 Subject: [PATCH] Do Xorg configure checks for Xgl only as well --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b27cd2722..eb9fe1c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-09 Matthias Hopf + + * configure.ac: Do Xorg configure checks for Xgl only as well + 2006-03-08 Eric Anholt * exa/exa.c: (exaGetPixmapOffset), (exaPixmapIsOffscreen), diff --git a/configure.ac b/configure.ac index fb74f37a5..02032da9a 100644 --- a/configure.ac +++ b/configure.ac @@ -994,7 +994,7 @@ xorg_bus_ppcpci=no xorg_bus_sparcpci=no xorg_bus_sparc=no -if test "x$XORG" = xyes; then +if test "x$XORG" = xyes -o "x$XGL" = xyes; then XORG_DDXINCS='-I$(top_srcdir)/hw/xfree86 -I$(top_srcdir)/hw/xfree86/include -I$(top_srcdir)/hw/xfree86/common' XORG_OSINCS='-I$(top_srcdir)/hw/xfree86/os-support -I$(top_srcdir)/hw/xfree86/os-support/bus -I$(top_srcdir)/os' XORG_INCS="$XORG_DDXINCS $XORG_OSINCS"