mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
f21cf3f8b1
Rename the 'egl_drv' library and the various back ends to 'mesa_gpu_drv' and 'mesa_gpu-<backend>'. Fixes #4275.
18 lines
376 B
Makefile
18 lines
376 B
Makefile
SHARED_LIB = yes
|
|
LIBS = libc egl softpipe
|
|
|
|
include $(REP_DIR)/lib/mk/mesa-common.inc
|
|
|
|
SRC_C = platform_softpipe.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)/softpipe
|
|
|
|
CC_CXX_WARN_STRICT =
|