mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 00:50:10 +01:00
android: fix building rules for i915, r300
Changes required to avoid meson.build errors after commitb8b38d38Fixes:b8b38d38("meson: reinstate LLVM requirement for r300 and enforce it for i915 too") Reviewed-by: Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Antonio Ospite <antonio.ospite@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37694>
This commit is contained in:
parent
cb86341829
commit
07f3b62d59
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ LOCAL_HEADER_LIBRARIES := libnativebase_headers hwvulkan_headers
|
||||||
MESON_GEN_PKGCONFIGS := log cutils expat hardware libdrm:$(LIBDRM_VERSION) nativewindow sync zlib:1.2.11 libelf
|
MESON_GEN_PKGCONFIGS := log cutils expat hardware libdrm:$(LIBDRM_VERSION) nativewindow sync zlib:1.2.11 libelf
|
||||||
LOCAL_CFLAGS += $(BOARD_MESA3D_CFLAGS)
|
LOCAL_CFLAGS += $(BOARD_MESA3D_CFLAGS)
|
||||||
|
|
||||||
|
ifneq ($(filter i915 r300,$(BOARD_MESA3D_GALLIUM_DRIVERS)),)
|
||||||
|
MESON_GEN_LLVM_STUB := true
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(filter llvmpipe 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),)
|
ifeq ($(BOARD_MESA3D_FORCE_SOFTPIPE),)
|
||||||
MESON_GEN_LLVM_STUB := true
|
MESON_GEN_LLVM_STUB := true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue