Module: Mesa
Branch: master
Commit: 1ea95e37cc53384193eb2420f3ae17faa163ed0c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ea95e37cc53384193eb2420f3ae17faa163ed0c

Author: Roman Stratiienko <roman.stratiie...@globallogic.com>
Date:   Tue Aug  6 13:29:06 2019 +0300

kmsro: Add missing definitions to Android.mk

Signed-off-by: Roman Stratiienko <roman.stratiie...@globallogic.com>
Reviewed-by: Rob Herring r...@kernel.org

---

 src/gallium/winsys/kmsro/drm/Android.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/winsys/kmsro/drm/Android.mk 
b/src/gallium/winsys/kmsro/drm/Android.mk
index 13600fd2fd2..439d2cc0ea8 100644
--- a/src/gallium/winsys/kmsro/drm/Android.mk
+++ b/src/gallium/winsys/kmsro/drm/Android.mk
@@ -29,5 +29,7 @@ LOCAL_SRC_FILES := $(C_SOURCES)
 
 LOCAL_MODULE := libmesa_winsys_kmsro
 
+$(foreach d, $(MESA_BUILD_GALLIUM), $(eval LOCAL_CFLAGS += $(patsubst 
HAVE_%,-D%,$(d))))
+
 include $(GALLIUM_COMMON_MK)
 include $(BUILD_STATIC_LIBRARY)

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to