Skip to content

Commit

Permalink
updated to SDL 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Feb 27, 2024
1 parent fd8f7f2 commit 704be16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
fileName: "webosbrew-toolbox-*.deb"
out-file-path: "temp"

- name: Update Packages
run: sudo apt-get -yq update

- name: Install Tools
run: sudo apt-get install ./temp/*.deb

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
fileName: "webosbrew-toolbox-gen-manifest_*.deb"
out-file-path: "temp"

- name: Update Packages
run: sudo apt-get -yq update

- name: Install webOS CLI
run: sudo apt-get install ./temp/*.deb

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ set(BUILD_SHARED_CORE_LIBS OFF)

if (TARGET_WEBOS)
set(CMAKE_INSTALL_LIBDIR lib/backports)
set(SDL2_BACKPORT_REVISION "c09bcf19e0839c86278b688d49b649399111f80c")
set(SDL2_BACKPORT_REVISION "webOS-2.30.x")
include(ExternalSDL2BackportForWebOS)
unset(CMAKE_INSTALL_LIBDIR)
else ()
Expand Down

0 comments on commit 704be16

Please sign in to comment.