Skip to content

Commit f650c38

Browse files
committed
..
1 parent c288ee4 commit f650c38

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packaging/android/build-android-dependencies/build-android-deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.xz
1515
https://www.cairographics.org/releases/cairo-1.16.0.tar.xz
1616
https://github.com/harfbuzz/harfbuzz/releases/download/7.1.0/harfbuzz-7.1.0.tar.xz
1717
https://download.gnome.org/sources/pango/1.50/pango-1.50.14.tar.xz
18-
https://github.com/libsdl-org/SDL/archive/refs/tags/release-3.4.2.tar.gz
1918
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz
20-
https://github.com/libsdl-org/SDL_image/archive/refs/tags/release-3.4.0.tar.gz
21-
https://github.com/libsdl-org/SDL_mixer/archive/refs/tags/release-3.2.0.tar.gz
19+
https://github.com/libsdl-org/SDL/releases/download/release-3.4.2/SDL3-3.4.2.tar.gz
20+
https://github.com/libsdl-org/SDL_image/releases/download/release-3.4.0/SDL3_image-3.4.0.tar.gz
21+
https://github.com/libsdl-org/SDL_mixer/releases/download/release-3.2.0/SDL3_mixer-3.2.0.tar.gz
2222
https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz
2323
https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz
2424
https://archives.boost.io/release/1.88.0/source/boost_1_88_0.tar.bz2

packaging/flatpak/org.wesnoth.Wesnoth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"buildsystem":"simple",
115115
"append-pkg-config-path": "/app/lib64/pkgconfig",
116116
"build-commands":[
117-
"python3 /app/bin/scons -j $FLATPAK_BUILDER_N_JOBS prefix=/app sdldir=/app enable_lto=true ccache=true --debug=time install wesnoth wesnothd"
117+
"export PKG_CONFIG_PATH=\"$PKG_CONFIG_PATH:/app/lib64/pkgconfig\" python3 /app/bin/scons -j $FLATPAK_BUILDER_N_JOBS prefix=/app sdldir=/app enable_lto=true ccache=true --debug=time install wesnoth wesnothd"
118118
],
119119
"sources":[
120120
{

0 commit comments

Comments
 (0)