aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index e64955e3b3e..d08ff7a8dd2 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -133,6 +133,8 @@ if HAVE_DRI3
libglx_la_SOURCES += \
dri3_glx.c \
dri3_priv.h
+
+libglx_la_LIBADD += $(XCB_DRI3_LIBS)
endif
if HAVE_APPLEDRI