mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
mesa: On second thought lets not build the driver
This commit is contained in:
parent
6f25d6d48d
commit
3972961e62
1 changed files with 6 additions and 6 deletions
|
|
@ -53,17 +53,17 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \
|
|||
USING_EGL=0
|
||||
|
||||
# Directories
|
||||
SRC_DIRS := glx/x11 $(SRC_DIRS)
|
||||
#ifeq ($(USING_EGL), 1)
|
||||
SRC_DIRS := egl $(SRC_DIRS)
|
||||
SRC_DIRS := glx/x11 egl $(SRC_DIRS)
|
||||
PROGRAM_DIRS := egl $(PROGRAM_DIRS)
|
||||
ifeq ($(USING_EGL), 1)
|
||||
PROGRAM_DIRS = egl
|
||||
#endif
|
||||
endif
|
||||
|
||||
|
||||
|
||||
DRIVER_DIRS = dri
|
||||
WINDOW_SYSTEM=dri
|
||||
GALLIUM_WINSYS_DIRS = dri
|
||||
WINDOW_SYSTEM = dri
|
||||
GALLIUM_WINSYS_DIRS = dri
|
||||
|
||||
# gamma are missing because they have not been converted to use the new
|
||||
# interface.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue