mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
66db2ee54e
OpenGL 4.5 with software and i965 rendering back ends. issue #2488
17 lines
341 B
Makefile
17 lines
341 B
Makefile
SHARED_LIB = yes
|
|
LIBS = libc
|
|
|
|
include $(REP_DIR)/lib/mk/mesa-common.inc
|
|
|
|
SRC_C = mapi/entry.c \
|
|
mapi/mapi_glapi.c \
|
|
mapi/stub.c \
|
|
mapi/table.c \
|
|
mapi/u_current.c \
|
|
mapi/u_execmem.c
|
|
|
|
CC_OPT += -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\" -DMAPI_MODE_GLAPI
|
|
|
|
vpath %.c $(MESA_PORT_DIR)/src
|
|
|