genode/repos/libports/lib/mk/mesa.inc
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

22 lines
479 B
PHP

MESA = Mesa-7.8.1
MESA_DIR = $(REP_DIR)/contrib/$(MESA)
MESA_SRC_DIR = $(MESA_DIR)/src/mesa
ifeq ($(wildcard $(MESA_DIR)),)
REQUIRES += prepare_mesa
endif
LIBS += cxx libc libm
#
# 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_DIR)/src/mesa \
$(MESA_DIR)/src/gallium/include \
$(MESA_DIR)/src/gallium/auxiliary
#SHARED_LIB = yes