mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Explicitly link against GL
This commit is contained in:
parent
64f3765cce
commit
b7b5e71767
Notes:
github-actions[bot]
2025-06-17 22:57:03 +00:00
Author: https://github.com/vpzomtrrfrt
Commit: b7b5e71767
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4741
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 0 deletions
|
@ -1012,6 +1012,8 @@ target_link_libraries(LibWeb PRIVATE LibCore LibCompress LibCrypto LibJS LibHTTP
|
|||
|
||||
if (APPLE)
|
||||
target_link_libraries(LibWeb PRIVATE unofficial::angle::libEGL unofficial::angle::libGLESv2)
|
||||
else()
|
||||
target_link_libraries(LibWeb PRIVATE GL)
|
||||
endif()
|
||||
|
||||
# FIXME: https://github.com/microsoft/vcpkg/issues/42324
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue