mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
egl: Don't build EGL programs either
This commit is contained in:
parent
2064826bda
commit
a22462f6ef
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ USING_EGL=0
|
|||
|
||||
# Directories
|
||||
SRC_DIRS := glx/x11 $(SRC_DIRS)
|
||||
PROGRAM_DIRS := egl $(PROGRAM_DIRS)
|
||||
ifeq ($(USING_EGL), 1)
|
||||
SRC_DIRS := egl $(SRC_DIRS)
|
||||
PROGRAM_DIRS = egl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue