Start filling in glx build. Add xf86Version.h and a few DRI headers to the

sdk (needed for modular driver builds).
This commit is contained in:
Adam Jackson 2005-07-11 00:42:52 +00:00
parent 955fe17133
commit c5548086f3
3 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,9 @@ endif
if MFB
MFB_DIR=mfb
endif
if GLX
GLX_DIR=GL
endif
SUBDIRS= \
include \
@ -42,6 +45,7 @@ SUBDIRS= \
damageext \
$(XTRAP_DIR) \
$(COMPOSITE_DIR) \
$(GLX_DIR) \
hw
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -675,6 +675,8 @@ AC_SUBST([libdir exec_prefix prefix])
AC_OUTPUT([
Makefile
GL/Makefile
GL/dri/Makefile
include/Makefile
afb/Makefile
composite/Makefile

View File

@ -61,7 +61,7 @@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c \
sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \
xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \
xf86cmap.h xf86fbman.h xf86str.h $(XISDKINCS) \
$(XVSDKINCS) atKeynames.h
$(XVSDKINCS) atKeynames.h xf86Version.h
DISTCLEANFILES = xf86Build.h