genode/repos/libports/lib/mk/egl_swrast.mk
Sebastian Sumpf 66db2ee54e libports: Mesa 11.2.2
OpenGL 4.5 with software and i965 rendering back ends.

issue #2488
2017-08-28 16:49:43 +02:00

14 lines
272 B
Makefile

SHARED_LIB = yes
LIBS = libc egl swrast
include $(REP_DIR)/lib/mk/mesa-common.inc
SRC_C = platform_swrast.c
CC_OPT += -DHAVE_GENODE_PLATFORM
INC_DIR += $(MESA_PORT_DIR)/src/egl/main \
$(MESA_PORT_DIR)/src/egl/drivers/dri2
vpath %.c $(LIB_DIR)/swrast