mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-13 13:30:29 +01:00
gfxstream: change output location
Change the output location for codegen to guest/vulkan_enc. This is only run by AOSP devs, so it won't affect upstream. Reviewed-by: Marcin Radomski <dextero@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32148>
This commit is contained in:
parent
214dee0447
commit
b805e23f40
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export CUSTOM_XML="$MESA_DIR/$PREFIX_DIR/codegen/xml/vk_gfxstream.xml"
|
|||
python3 "$GEN_VK" -registry "$VK_XML" -registryGfxstream "$CUSTOM_XML" cereal -o "$GFXSTREAM_OUTPUT_DIR"
|
||||
|
||||
export CEREAL_VARIANT=guest
|
||||
export GFXSTREAM_GUEST_ENCODER_DIR="$GFXSTREAM_DIR/guest/vulkan_enc"
|
||||
export GFXSTREAM_GUEST_ENCODER_DIR="$MESA_DIR/src/gfxstream/guest/vulkan_enc"
|
||||
python3 "$GEN_VK" -registry "$VK_MESA_XML" -registryGfxstream "$CUSTOM_XML" cereal -o /tmp/
|
||||
|
||||
# Should have a unified headers dir here:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue