mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 05:00:19 +01:00
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:
parent
707959a9e4
commit
5357d331fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue