mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
f21cf3f8b1
Rename the 'egl_drv' library and the various back ends to 'mesa_gpu_drv' and 'mesa_gpu-<backend>'. Fixes #4275.
20 lines
424 B
Makefile
20 lines
424 B
Makefile
SHARED_LIB = yes
|
|
LIBS = libc egl etnaviv
|
|
|
|
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 =
|