wok-next diff warzone2100/receipt @ rev 21206
try to build assaultcube again
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 09:25:03 2019 +0100 (2019-12-02) |
parents | 5669e8b3be70 |
children |
line diff
1.1 --- a/warzone2100/receipt Sat Dec 22 04:52:35 2018 +0200 1.2 +++ b/warzone2100/receipt Mon Dec 02 09:25:03 2019 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="$SF_MIRROR/warzone2100/$TARBALL" 1.5 1.6 BUILD_DEPENDS="automake perl zip unzip gettext-dev qt5-dev libx11-dev \ 1.7 -libsdl2-dev libpng-dev libtheora-dev openal-dev libvorbis-dev glew-dev \ 1.8 +sdl2-dev libpng-dev libtheora-dev openal-dev libvorbis-dev glew-dev \ 1.9 mesa-dev openssl-dev physfs-dev libxrandr-dev fribidi-dev \ 1.10 freetype-dev fontconfig-dev openssl-dev git" 1.11 1.12 @@ -34,6 +34,6 @@ 1.13 genpkg_rules() { 1.14 copy @std hicolor/ *.mo 1.15 DEPENDS="fontconfig freetype fribidi glew glib openssl glu \ 1.16 - libharfbuzz libogg libpng libsdl2 libtheora libvorbis mesa openal \ 1.17 - physfs qt5-base qt5-script libx11 libxrandr zlib libsdl2-net" 1.18 + libharfbuzz libogg libpng sdl2 libtheora libvorbis mesa openal \ 1.19 + physfs qt5-base qt5-script libx11 libxrandr zlib sdl2-net" 1.20 }