mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
85a2ebc1c4
Issue #1082
18 lines
523 B
PHP
18 lines
523 B
PHP
MESA_PORT_DIR := $(call select_from_ports,mesa)
|
|
MESA_SRC_DIR := $(MESA_PORT_DIR)/src/lib/mesa/src/mesa
|
|
|
|
LIBS += cxx libc libm mesa_host_tools
|
|
|
|
#
|
|
# Prevent warning about non-existing 'fpu_control.h' included
|
|
# by 'mesa/main/compiler.h' if '__linux__' is defined.
|
|
#
|
|
CC_OPT += -U__linux__
|
|
|
|
INC_DIR += $(MESA_PORT_DIR)/src/lib/mesa/src/mesa \
|
|
$(MESA_PORT_DIR)/src/lib/mesa/src/gallium/include \
|
|
$(MESA_PORT_DIR)/src/lib/mesa/src/gallium/auxiliary \
|
|
$(MESA_PORT_DIR)/include
|
|
|
|
#SHARED_LIB = yes
|