Mesa (master): panfrost: Fix Android build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 4 17:14:19 UTC 2020


Module: Mesa
Branch: master
Commit: ed0fa78b46d7e4477cd85ffe498ae677f43f57de
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed0fa78b46d7e4477cd85ffe498ae677f43f57de

Author: Roman Stratiienko <roman.stratiienko at globallogic.com>
Date:   Fri Jan  3 11:50:28 2020 +0200

panfrost: Fix Android build

Include missing `encoder/pan_props.c` into the build.

Signed-off-by: Roman Stratiienko <roman.stratiienko at globallogic.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>

---

 src/panfrost/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources
index 29138012570..ea61d42b240 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -18,6 +18,7 @@ encoder_FILES := \
         encoder/pan_attributes.c \
         encoder/pan_encoder.h \
         encoder/pan_invocation.c \
+        encoder/pan_props.c \
         encoder/pan_sampler.c \
         encoder/pan_tiler.c \
         encoder/pan_scratch.c




More information about the mesa-commit mailing list