mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
android: fix llvmpipe build rules
llvmpipe driver name needs to be added to the list triggering MESON_GEN_LLVM_STUB := true due to swrast driver name being an invalid gallium driver swrast driver name is still used for lavapipe vulkan driver Fixes:a3909092("meson: drop deprecated `swrast` alias for softpipe+llvmpipe") Backport-to: 25.1 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35121> (cherry picked from commitff6b181c2d)
This commit is contained in:
parent
e99910538e
commit
7e4f9ab45d
2 changed files with 2 additions and 2 deletions
|
|
@ -4934,7 +4934,7 @@
|
|||
"description": "android: fix llvmpipe build rules",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "a39090921e3efad84e4eb16bc82f2d4519391a82",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 35; echo $$?), 0)
|
|||
LOCAL_STATIC_LIBRARIES += libc++fs
|
||||
endif
|
||||
|
||||
ifneq ($(filter swrast,$(BOARD_MESA3D_GALLIUM_DRIVERS) $(BOARD_MESA3D_VULKAN_DRIVERS)),)
|
||||
ifneq ($(filter llvmpipe swrast,$(BOARD_MESA3D_GALLIUM_DRIVERS) $(BOARD_MESA3D_VULKAN_DRIVERS)),)
|
||||
ifeq ($(BOARD_MESA3D_FORCE_SOFTPIPE),)
|
||||
MESON_GEN_LLVM_STUB := true
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue