summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-02-26 13:58:26 -0500
committerAdam Jackson <ajax@redhat.com>2018-02-26 14:13:40 -0500
commit059879b3edb104014959426f953e1faf103d99ff (patch)
tree40d929267b8e1ea70091be026b863868cc42967e
parent22a3ffe68c9c498e0b6b74ebcf1404becda8e2b1 (diff)
xquartz: Fix linking with glxvnd
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--hw/xquartz/mach-startup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 += \