mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
Fixup makefile for solo non-egl
This commit is contained in:
parent
ea4fe661d7
commit
e72b745f32
1 changed files with 7 additions and 2 deletions
|
|
@ -5,9 +5,14 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = fb_dri.so
|
||||
|
||||
ifeq ($(USING_EGL), 1)
|
||||
EGL_SOURCES = server/radeon_egl.c
|
||||
endif
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
fb_dri.c \
|
||||
fb_egl.c
|
||||
$(EGL_SOURCES)
|
||||
|
||||
|
||||
C_SOURCES = \
|
||||
$(COMMON_SOURCES) \
|
||||
|
|
@ -16,7 +21,7 @@ C_SOURCES = \
|
|||
ASM_SOURCES =
|
||||
|
||||
# XXX not 100% sure this is right
|
||||
WINDOW_SYSTEM = solo
|
||||
#WINDOW_SYSTEM = solo
|
||||
|
||||
include ../Makefile.template
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue