Mesa (master): anv/android: Link to Android libraries in the autotools build

Chad Versace chadversary at kemper.freedesktop.org
Tue Oct 17 18:26:53 UTC 2017


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

Author: Chad Versace <chadversary at chromium.org>
Date:   Mon Jul 10 11:15:35 2017 -0700

anv/android: Link to Android libraries in the autotools build

A first step to supporting Vulkan on ARC++. Mesa on ARC++ uses
Autotools, not Android.mk.

Doing this now, even before VK_ANDROID_native_buffer is implemented,
allows us to incrementally add Android support to the Autotools build.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/intel/Makefile.vulkan.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/intel/Makefile.vulkan.am b/src/intel/Makefile.vulkan.am
index 271b0a5079..0f488fc9f6 100644
--- a/src/intel/Makefile.vulkan.am
+++ b/src/intel/Makefile.vulkan.am
@@ -146,6 +146,11 @@ VULKAN_LIB_DEPS = \
 	$(DLOPEN_LIBS) \
 	-lm
 
+if HAVE_PLATFORM_ANDROID
+VULKAN_CFLAGS += $(ANDROID_CFLAGS)
+VULKAN_LIB_DEPS += $(ANDROID_LIBS)
+endif
+
 if HAVE_PLATFORM_X11
 VULKAN_CPPFLAGS += \
 	$(XCB_DRI3_CFLAGS) \




More information about the mesa-commit mailing list