genode/repos/libports/lib/mk/mesa_gpu-softpipe.mk
Josef Söntgen f21cf3f8b1 mesa: name driver library appropriately
Rename the 'egl_drv' library and the various back ends to 'mesa_gpu_drv'
and 'mesa_gpu-<backend>'.

Fixes #4275.
2021-10-13 14:50:37 +02:00

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 =