mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
android: Only include libdrm_intel for i915 as iris do not depend on it
Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37165>
This commit is contained in:
parent
9d4ba885bb
commit
e83561bbb7
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ LOCAL_SHARED_LIBRARIES += libvulkan
|
|||
MESON_GEN_PKGCONFIGS += vulkan
|
||||
endif
|
||||
|
||||
ifneq ($(filter iris,$(BOARD_MESA3D_GALLIUM_DRIVERS)),)
|
||||
ifneq ($(filter i915,$(BOARD_MESA3D_GALLIUM_DRIVERS)),)
|
||||
LOCAL_SHARED_LIBRARIES += libdrm_intel
|
||||
MESON_GEN_PKGCONFIGS += libdrm_intel:$(LIBDRM_VERSION)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue