Skip to content

Commit

Permalink
scummvm: bump version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Feb 16, 2025
1 parent 9836932 commit 5af0a72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homebrew/ScummVM/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with this program; see the file COPYING. If not see
# <http://www.gnu.org/licenses/>.

VER="2.8.1"
VER="2.9.0"
URL="https://downloads.scummvm.org/frs/scummvm/$VER/scummvm-$VER.tar.xz"

SCRIPT_PATH="$(realpath "${BASH_SOURCE[0]}")"
Expand All @@ -41,6 +41,7 @@ export PKG_CONFIG_PATH=${PKG_CONFIG_SYSROOT_DIR}/user/homebrew/libdata/pkgconfig

./configure --prefix="${PREFIX}" --host=x86_64-pc-freebsd \
--enable-static --enable-release --enable-all-engines \
--disable-seq-midi \
--with-sdl-prefix="${PS5_PAYLOAD_SDK}/target/user/homebrew/bin" \
--with-libcurl-prefix="${PS5_PAYLOAD_SDK}/target/user/homebrew/bin" \
--with-freetype2-prefix="${PS5_PAYLOAD_SDK}/target/user/homebrew/bin" \
Expand Down

0 comments on commit 5af0a72

Please sign in to comment.