diff options
| author | Corentin Noël <corentin.noel@collabora.com> | 2025-09-03 17:20:30 +0200 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-09-04 07:53:36 +0000 |
| commit | e83561bbb7e7ebc1c7806808af374c935dd05204 (patch) | |
| tree | 17afb7f79cdae4355c7bdcb13a532e0699579b48 /android | |
| parent | 9d4ba885bb81a7e9341d177b2efb293eb962fb41 (diff) | |
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>
Diffstat (limited to 'android')
| -rw-r--r-- | android/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/Android.mk b/android/Android.mk index 0a319d9511a..b63edf28ca2 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -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 |