mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 15:10:12 +01:00
android: gallium/auxiliary: fix "Unused source files" in tesselator
Avoids the following Android Build System error:
FAILED:
build/make/core/binary.mk:1245: error: external/mesa/src/gallium/auxiliary/Android.mk: libmesa_gallium: Unused source files: tessellator/tessellator.hpp
10:24:30 ckati failed with: exit status 1
Fixes: bd0188f ("gallium/auxiliary: add the microsoft tessellator and a pipe wrapper.")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
aea8c9c7b1
commit
a933934efb
1 changed files with 2 additions and 1 deletions
|
|
@ -28,8 +28,9 @@ include $(LOCAL_PATH)/Makefile.sources
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
# filter-out tessellator/tessellator.hpp to avoid "Unused source files" error
|
||||
LOCAL_SRC_FILES := \
|
||||
$(C_SOURCES) \
|
||||
$(filter-out tessellator/tessellator.hpp, $(C_SOURCES)) \
|
||||
$(NIR_SOURCES) \
|
||||
$(RENDERONLY_SOURCES) \
|
||||
$(VL_STUB_SOURCES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue