libgl-xlib: Add missing dep_x11 dependency
Cc: 20.3 21.0 21.1 <mesa-stable@lists.freedesktop.org> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10360>
This commit is contained in:
committed by
Marge Bot
parent
707959a9e4
commit
5357d331fb
@@ -52,7 +52,7 @@ libgl = shared_library(
|
||||
libxlib, libws_xlib, libglapi_static,
|
||||
libgallium, libmesa_gallium, gallium_xlib_link_with,
|
||||
],
|
||||
dependencies : [dep_thread, dep_clock, dep_unwind, driver_swrast, driver_swr, driver_virgl],
|
||||
dependencies : [dep_x11, dep_thread, dep_clock, dep_unwind, driver_swrast, driver_swr, driver_virgl],
|
||||
install : true,
|
||||
version : '1.5.0',
|
||||
darwin_versions : '4.0.0',
|
||||
|
||||
Reference in New Issue
Block a user