Mesa (master): mesa: Fix Android build

Chad Versace chadversary at kemper.freedesktop.org
Wed Jun 28 21:42:04 UTC 2017


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

Author: Chad Versace <chadversary at google.com>
Date:   Wed Jun 28 14:36:29 2017 -0700

mesa: Fix Android build

The format_fallback.py script wants two arguments: 'csv-file' and
'out-file'.

Fixes: 20c99eaece "mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]"
Reported-by: Rob Herring <robh at kernel.org>

---

 src/mesa/Android.gen.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/Android.gen.mk b/src/mesa/Android.gen.mk
index 8d242600f5..ee2d1dec2c 100644
--- a/src/mesa/Android.gen.mk
+++ b/src/mesa/Android.gen.mk
@@ -133,7 +133,7 @@ format_fallback_deps := \
 $(intermediates)/main/format_fallback.c: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(FORMAT_FALLBACK)
 $(intermediates)/main/format_fallback.c: PRIVATE_XML :=
 $(intermediates)/main/format_fallback.c: $(format_fallback_deps)
-	$(call es-gen, $<)
+	$(call es-gen, $< /dev/stdout)
 
 FORMAT_INFO := $(LOCAL_PATH)/main/format_info.py
 format_info_deps := \




More information about the mesa-commit mailing list