mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
build default set of progs + egl
This commit is contained in:
parent
20ff08cd86
commit
af1ce2375e
1 changed files with 1 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \
|
|||
|
||||
# Directories
|
||||
SRC_DIRS := glx/x11 egl $(SRC_DIRS)
|
||||
PROGRAM_DIRS = egl xdemos
|
||||
PROGRAM_DIRS := egl $(PROGRAM_DIRS)
|
||||
|
||||
# EGL directories
|
||||
EGL_DRIVERS_DIRS = demo glx
|
||||
|
|
@ -70,4 +70,3 @@ GALLIUM_WINSYS_DIRS = drm
|
|||
|
||||
#DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \
|
||||
# savage sis tdfx trident unichrome ffb
|
||||
DRI_DIRS = intel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue