Skip to content
Snippets Groups Projects
Verified Commit 2bdcd9fb authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/supertux: Fix deps

parent 88d8fe3c
Branches master
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ arch="all"
license="GPL-3.0+"
depends=""
makedepends="boost-dev cmake curl-dev glew-dev libogg-dev libvorbis-dev zlib-dev
mesa-dev openal-soft-dev physfs-dev sdl2-dev sdl2_image-dev doxygen"
mesa-dev openal-soft-dev physfs-dev sdl2-dev sdl2_image-dev doxygen
freetype-dev libpng-dev"
subpackages="$pkgname-doc"
source="https://github.com/SuperTux/supertux/releases/download/v$pkgver/SuperTux-v$pkgver-Source.tar.gz"
builddir="$srcdir"/SuperTux-v$pkgver-Source
......@@ -20,7 +21,6 @@ build() {
fi
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment