mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 07:48:07 +02:00
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@kernel.org>
This commit is contained in:
parent
c35fd58688
commit
a56f0203c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue