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:
parent
955fe17133
commit
c5548086f3
|
@ -18,6 +18,9 @@ endif
|
||||||
if MFB
|
if MFB
|
||||||
MFB_DIR=mfb
|
MFB_DIR=mfb
|
||||||
endif
|
endif
|
||||||
|
if GLX
|
||||||
|
GLX_DIR=GL
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS= \
|
SUBDIRS= \
|
||||||
include \
|
include \
|
||||||
|
@ -42,6 +45,7 @@ SUBDIRS= \
|
||||||
damageext \
|
damageext \
|
||||||
$(XTRAP_DIR) \
|
$(XTRAP_DIR) \
|
||||||
$(COMPOSITE_DIR) \
|
$(COMPOSITE_DIR) \
|
||||||
|
$(GLX_DIR) \
|
||||||
hw
|
hw
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
|
@ -675,6 +675,8 @@ AC_SUBST([libdir exec_prefix prefix])
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
|
GL/Makefile
|
||||||
|
GL/dri/Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
afb/Makefile
|
afb/Makefile
|
||||||
composite/Makefile
|
composite/Makefile
|
||||||
|
|
|
@ -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 \
|
sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \
|
||||||
xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \
|
xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \
|
||||||
xf86cmap.h xf86fbman.h xf86str.h $(XISDKINCS) \
|
xf86cmap.h xf86fbman.h xf86str.h $(XISDKINCS) \
|
||||||
$(XVSDKINCS) atKeynames.h
|
$(XVSDKINCS) atKeynames.h xf86Version.h
|
||||||
|
|
||||||
DISTCLEANFILES = xf86Build.h
|
DISTCLEANFILES = xf86Build.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue