mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
d39af2206c
Since the parts of the 'etnaviv' library are already part of the 'mesa.lib.so' that is normally loaded along-side remove the duplication here. Issue #4329.
20 lines
416 B
Makefile
20 lines
416 B
Makefile
SHARED_LIB = yes
|
|
LIBS = libc egl
|
|
|
|
include $(REP_DIR)/lib/mk/mesa-common.inc
|
|
|
|
SRC_CC := drm_init.cc
|
|
SRC_C = platform_etnaviv.c
|
|
|
|
CC_OPT += -DHAVE_GENODE_PLATFORM
|
|
|
|
INC_DIR += $(MESA_SRC_DIR)/src/egl/drivers/dri2 \
|
|
$(MESA_SRC_DIR)/src/egl/main \
|
|
$(MESA_SRC_DIR)/src/mapi \
|
|
$(MESA_SRC_DIR)/src/mesa
|
|
|
|
vpath %.c $(LIB_DIR)/etnaviv
|
|
vpath %.cc $(LIB_DIR)/etnaviv
|
|
|
|
CC_CXX_WARN_STRICT =
|