mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-14 09:00:24 +01:00
Fix so that Xgl builds
This commit is contained in:
parent
062c61dcf3
commit
cf4788317f
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2006-03-09 David Reveman <davidr@novell.com>
|
||||
|
||||
* configure.ac: Back out last change, Xorg and Xgl servers cannot yet
|
||||
be built at the same time.
|
||||
|
||||
* GL/mesa/Makefile.am (SUBDIRS): Remove glapi from SUBDIRS, it
|
||||
shouldn't be there, glapi sources are now in $(top_srcdir)/GL/glx.
|
||||
|
||||
2006-03-09 Matthias Hopf <mhopf@suse.de>
|
||||
|
||||
* GL/glx/Makefile.am: find xf86dristr.h again.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X glapi
|
||||
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X
|
||||
|
||||
noinst_LTLIBRARIES = libGLcore.la
|
||||
|
||||
|
|
|
|||
|
|
@ -1006,7 +1006,7 @@ xorg_bus_ppcpci=no
|
|||
xorg_bus_sparcpci=no
|
||||
xorg_bus_sparc=no
|
||||
|
||||
if test "x$XORG" = xyes -o "x$XGL" = xyes; then
|
||||
if test "x$XORG" = 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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue