2014-05-07 21:52:52 +00:00
|
|
|
MESA_PORT_DIR := $(call select_from_ports,mesa)
|
|
|
|
MESA_SRC_DIR := $(MESA_PORT_DIR)/src/lib/mesa/src/mesa
|
2011-12-22 15:19:25 +00:00
|
|
|
|
2014-05-07 21:52:52 +00:00
|
|
|
LIBS += cxx libc libm mesa_host_tools
|
2011-12-22 15:19:25 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Prevent warning about non-existing 'fpu_control.h' included
|
|
|
|
# by 'mesa/main/compiler.h' if '__linux__' is defined.
|
|
|
|
#
|
|
|
|
CC_OPT += -U__linux__
|
|
|
|
|
2014-05-07 21:52:52 +00:00
|
|
|
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
|
2011-12-22 15:19:25 +00:00
|
|
|
|
|
|
|
#SHARED_LIB = yes
|