mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
android: depend on libmesa_genxml from i965 Android.gen.mk
Static library dependency is required to pull the generated XML headers into the generated C file. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
4542c7ed5f
commit
478fbc2348
1 changed files with 2 additions and 0 deletions
|
|
@ -34,5 +34,7 @@ $(intermediates)/brw_nir_trig_workarounds.c: $(brw_nir_trig_workarounds_deps)
|
|||
@mkdir -p $(dir $@)
|
||||
$(hide) PYTHONPATH=$(MESA_TOP)/src/compiler/nir $(MESA_PYTHON2) $< > $@
|
||||
|
||||
LOCAL_STATIC_LIBRARIES = libmesa_genxml
|
||||
|
||||
LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/, \
|
||||
$(i965_compiler_GENERATED_FILES))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue