Module: Mesa
Branch: main
Commit: 257ecaca884444b1e1867455bab9efc71757f729
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=257ecaca884444b1e1867455bab9efc71757f729

Author: Chris Spencer <spence...@gmail.com>
Date:   Thu Sep  7 19:08:08 2023 +0100

android.mk: Add option to pass arbitrary parameters to meson

Signed-off-by: Chris Spencer <spence...@gmail.com>
Acked-by: Chia-I Wu <olva...@gmail.com>
Acked-by: Yiwei Zhang <zzyi...@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25101>

---

 android/mesa3d_cross.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/android/mesa3d_cross.mk b/android/mesa3d_cross.mk
index 4bcbd43d170..ca73e49d405 100644
--- a/android/mesa3d_cross.mk
+++ b/android/mesa3d_cross.mk
@@ -93,6 +93,7 @@ MESON_GEN_NINJA := \
        -Dcpp_rtti=false                                                        
     \
        -Dlmsensors=disabled                                                    
     \
        -Dandroid-libbacktrace=disabled                                         
     \
+       $(BOARD_MESA3D_MESON_ARGS)                                              
     \
 
 MESON_BUILD := PATH=/usr/bin:/bin:/sbin:$$PATH ninja -C $(MESON_OUT_DIR)/build
 

Reply via email to