genode/repos/libports/lib/mk/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

9 lines
174 B
Makefile

LIBS = libc
include $(REP_DIR)/lib/mk/mesa-common.inc
SRC_C = drivers/dri/swrast/swrast.c
INC_DIR += $(MESA_SRC_DIR)/drivers/dri/common
vpath %.c $(MESA_SRC_DIR)