[Mesa-dev] [PATCH v1] configure/vulkan: linking issue of Vulkan

Sergii Romantsov sergii.romantsov at gmail.com
Mon Aug 20 11:53:54 UTC 2018


Installing of Vulkan on Ubuntu 16.04 fails during relinking.
Seems caught libtool-issue.
Library-dependicies GL_LIB_DEPS moved upper.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107624
Signed-off-by: Sergii Romantsov <sergii.romantsov at globallogic.com>
---
 src/glx/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index 8f9d80c..bb30a85 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -176,10 +176,10 @@ endif
 # against the system one.
 GL_LIBS = \
 	$(LIBDRM_LIBS) \
+	$(GL_LIB_DEPS) \
 	libglx.la \
 	$(top_builddir)/src/mapi/glapi/libglapi.la \
-	$(top_builddir)/src/mapi/shared-glapi/libglapi.la \
-	$(GL_LIB_DEPS)
+	$(top_builddir)/src/mapi/shared-glapi/libglapi.la
 
 GL_LDFLAGS = \
 	-no-undefined \
-- 
2.7.4



More information about the mesa-dev mailing list