diff options
-rw-r--r-- | testing/dhewm3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dhewm3/APKBUILD b/testing/dhewm3/APKBUILD index 3b959c3785e..089eb9ab3d6 100644 --- a/testing/dhewm3/APKBUILD +++ b/testing/dhewm3/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Doom 3 engine with native 64-bit support, SDL, and OpenAL" url="https://dhewm3.org/" arch="x86_64 x86" # disabled for the other architectures due to compiling problems license="GPL-3.0-only" -depends="curl libjpeg-turbo libvorbis sdl2 zlib libogg libpng libvorbis" +depends="curl libogg libpng libvorbis" makedepends="cmake libjpeg-turbo-dev libogg-dev libpng-dev libvorbis-dev make openal-soft-dev sdl2-dev zlib-dev" options="!check" # make check not implemented |