Add one more missing dep_x11_headers

I missed this in 396c10bdd7 since I was
building with -Dglx=disabled. This fixes the build with glx if the X11
libraries are installed into a custom prefix.

Signed-off-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
This commit is contained in:
Alex Richardson 2021-10-04 16:41:54 +01:00
parent a1a2b323ce
commit 0f5c40db0a

View file

@ -28,7 +28,7 @@ libGL = shared_library(
include_directories : [inc_include],
link_args : '-Wl,-Bsymbolic',
dependencies : [
dep_dl, idep_gldispatch, idep_glapi_gl, idep_glx, idep_utils_misc,
dep_dl, idep_gldispatch, idep_glapi_gl, idep_glx, idep_utils_misc, dep_x11_headers
],
version : '1.7.0',
gnu_symbol_visibility : 'hidden',