aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorJon Turney <[email protected]>2017-11-23 13:51:43 +0000
committerJon Turney <[email protected]>2017-11-30 15:09:21 +0000
commit6f0ce2617eee17215b797f8037f71df279697bbd (patch)
tree7cbf72e8f837a07963b2dfa4664ea05b10e92c2c /src/glx
parent5ef75cb02b2b4db5506b8bf5962ac165f9314b9c (diff)
meson: fix deps and underlinkage of libGL
Signed-off-by: Jon Turney <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/meson.build b/src/glx/meson.build
index a7eb48a0069..2ffef4cf223 100644
--- a/src/glx/meson.build
+++ b/src/glx/meson.build
@@ -168,6 +168,7 @@ if with_glx == 'dri'
link_whole : libglx,
link_args : [ld_args_bsymbolic, ld_args_gc_sections, extra_ld_args_libgl],
dependencies : [dep_libdrm, dep_dl, dep_m, dep_thread, dep_x11,
+ dep_xcb_glx, dep_xcb, dep_x11_xcb,
dep_xcb_dri2, dep_xcb_dri3, extra_deps_libgl],
version : gl_lib_version,
install : true,