mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
85a2ebc1c4
Issue #1082
14 lines
338 B
Makefile
14 lines
338 B
Makefile
include $(REP_DIR)/lib/mk/mesa.inc
|
|
|
|
SRC_C := $(notdir $(wildcard $(MESA_PORT_DIR)/src/lib/mesa/src/egl/main/*.c))
|
|
|
|
CC_OPT += -D_EGL_DRIVER_SEARCH_DIR=\"\"
|
|
CC_OPT += -D_EGL_DEFAULT_DISPLAY=\"\"
|
|
CC_OPT += -U__unix__ -U__unix
|
|
|
|
# dim warning noise
|
|
CC_OPT_eglconfig += -Wno-uninitialized
|
|
|
|
vpath %.c $(MESA_PORT_DIR)/src/lib/mesa/src/egl/main
|
|
|