mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-25 22:00:27 +01:00
Do Xorg configure checks for Xgl only as well Remove creation of
exa/Makefile (broken ATM).
This commit is contained in:
parent
154e85bea5
commit
a0c002f2ea
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-03-09 Matthias Hopf <mhopf@suse.de>
|
||||
|
||||
* configure.ac: Do Xorg configure checks for Xgl only as well
|
||||
Remove creation of exa/Makefile (broken ATM).
|
||||
|
||||
2006-03-09 David Reveman <davidr@novell.com>
|
||||
|
||||
* hw/xgl/xglscreen.c (xglScreenInit): Use xglScreenInfo.widthMm
|
||||
|
|
|
|||
|
|
@ -1006,7 +1006,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"
|
||||
|
|
@ -1571,7 +1571,6 @@ xkb/Makefile
|
|||
Xext/Makefile
|
||||
Xi/Makefile
|
||||
xfixes/Makefile
|
||||
exa/Makefile
|
||||
hw/Makefile
|
||||
hw/xfree86/Makefile
|
||||
hw/xfree86/common/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue