From 059879b3edb104014959426f953e1faf103d99ff Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 26 Feb 2018 13:58:26 -0500 Subject: [PATCH] xquartz: Fix linking with glxvnd Signed-off-by: Adam Jackson --- hw/xquartz/mach-startup/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xquartz/mach-startup/Makefile.am b/hw/xquartz/mach-startup/Makefile.am index 77962b14d..a0f9e9fe4 100644 --- a/hw/xquartz/mach-startup/Makefile.am +++ b/hw/xquartz/mach-startup/Makefile.am @@ -47,6 +47,7 @@ X11_bin_LDFLAGS = \ if GLX X11_bin_DEPENDENCIES += \ $(top_builddir)/hw/xquartz/GL/libCGLCore.la \ + $(top_builddir)/glx/libglxvnd.la \ $(top_builddir)/glx/libglx.la X11_bin_LDFLAGS += \