mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 20:58:04 +02:00
mesa: Made linux-dri targets build EGL
This commit is contained in:
parent
3f9de6ff7d
commit
6c78b8e97b
1 changed files with 5 additions and 3 deletions
|
|
@ -54,14 +54,16 @@ USING_EGL=0
|
|||
|
||||
# Directories
|
||||
SRC_DIRS := glx/x11 $(SRC_DIRS)
|
||||
ifeq ($(USING_EGL), 1)
|
||||
#ifeq ($(USING_EGL), 1)
|
||||
SRC_DIRS := egl $(SRC_DIRS)
|
||||
PROGRAM_DIRS = egl
|
||||
endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
DRIVER_DIRS = dri
|
||||
WINDOW_SYSTEM=dri
|
||||
GALLIUM_WINSYS_DIRS = dri
|
||||
GALLIUM_WINSYS_DIRS = dri egl_drm
|
||||
|
||||
# gamma are missing because they have not been converted to use the new
|
||||
# interface.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue