mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 03:26:45 +00:00
66db2ee54e
OpenGL 4.5 with software and i965 rendering back ends. issue #2488
9 lines
174 B
Makefile
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)
|