Pull libdri out of the build for now until I get something better worked
out
This commit is contained in:
parent
f054bf2ff6
commit
419448ea7b
|
@ -1,8 +1,3 @@
|
||||||
SUBDIRS = glx
|
SUBDIRS = glx
|
||||||
|
|
||||||
if DRI
|
# xwin/darwin/xfree86 have their accel support under the DDX
|
||||||
SUBDIRS += dri
|
|
||||||
endif
|
|
||||||
|
|
||||||
# switch among mesa/apple/windows for different ddxes
|
|
||||||
|
|
||||||
|
|
|
@ -699,7 +699,7 @@ AC_SUBST([libdir exec_prefix prefix])
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
GL/Makefile
|
GL/Makefile
|
||||||
GL/dri/Makefile
|
GL/glx/Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
afb/Makefile
|
afb/Makefile
|
||||||
composite/Makefile
|
composite/Makefile
|
||||||
|
|
Loading…
Reference in New Issue