Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Jan 28, 2025
1 parent df875c6 commit 72d2522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/l/libsdl3/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package("libsdl3")
add_versions("archive:3.2.0", "abe7114fa42edcc8097856787fa5d37f256d97e365b71368b60764fe7c10e4f8")
add_versions("github:3.2.0", "release-3.2.0")

add_deps("cmake")
add_deps("cmake", "egl-headers")

if is_plat("linux", "bsd") then
add_configs("x11", {description = "Enables X11 support (requires it on the system)", default = true, type = "boolean"})
Expand Down

0 comments on commit 72d2522

Please sign in to comment.