Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Feb 3, 2025
1 parent 02eda2c commit 3c05207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/l/libsdl3/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ package("libsdl3")
end

if package:is_plat("linux", "bsd") then
table.insert(packagedeps, "libxcb")
table.insert(packagedeps, "libxext")
table.insert(packagedeps, "libx11")
table.insert(packagedeps, "xorgproto")
Expand Down

0 comments on commit 3c05207

Please sign in to comment.