mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
Pull libdri out of the build for now until I get something better worked
out
This commit is contained in:
parent
f054bf2ff6
commit
419448ea7b
2 changed files with 2 additions and 7 deletions
|
|
@ -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 a new issue