Auto-update libsdl to 2.30.4 (#4431)

* Update libsdl to 2.30.4

* Update xmake.lua
pull/4433/head
Jérôme Leclercq 8 months ago committed by GitHub
parent 20f09872ce
commit 79c6519bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/l/libsdl/xmake.lua
  2. 2
      packages/w/wayland/xmake.lua

@ -40,6 +40,7 @@ package("libsdl")
add_versions("archive:2.30.1", "c15ded54e9f32f8a1f9ed3e3dc072837a320ed23c5d0e95b7c18ecbe05c1187b")
add_versions("archive:2.30.2", "09a822abf6e97f80d09cf9c46115faebb3476b0d56c1c035aec8ec3f88382ae7")
add_versions("archive:2.30.3", "c5d78a9e0346c6695f03df8ba25e5e111a1e23c8aefa8372a1c5a0dd79acaf10")
add_versions("archive:2.30.4", "292d5e2f897aa3acb6b365b605c3249c92916fbe7eba4a2e57573ada3855d7cb")
add_versions("github:2.0.8", "release-2.0.8")
add_versions("github:2.0.12", "release-2.0.12")
add_versions("github:2.0.14", "release-2.0.14")
@ -65,6 +66,7 @@ package("libsdl")
add_versions("github:2.30.1", "release-2.30.1")
add_versions("github:2.30.2", "release-2.30.2")
add_versions("github:2.30.3", "release-2.30.3")
add_versions("github:2.30.4", "release-2.30.4")
add_patches("2.30.0", path.join(os.scriptdir(), "patches", "2.30.0", "fix_mingw.patch"), "ab54eebc2e58d88653b257bc5b48a232c5fb0e6fad5d63661b6388215a7b0cd0")

@ -47,7 +47,7 @@ package("wayland")
-- install wayland-protocols
local protocol = assert(package:resourcedir("protocols"), "wayland-protocols not found!")
local buildfile = find_file("meson.build", path.join(protocol, "**"))
local buildfile = find_file("meson.build", path.join(protocol, "*"))
if buildfile then
os.cd(path.directory(buildfile))
meson.install(package, {"-Dtests=false"}, {envs = envs})

Loading…
Cancel
Save