Skip to content
Snippets Groups Projects
Verified Commit 2b41754d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add llvm dependency to sdl2_mixer

parent e12f66fb
No related branches found
No related tags found
No related merge requests found
VERSION=2.0.4
TAR=https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$VERSION.tar.gz
BUILD_DEPENDS=(sdl2 liborbital mesa mesa_glu zlib libogg libvorbis)
BUILD_DEPENDS=(sdl2 liborbital llvm mesa zlib libogg libvorbis)
function recipe_version {
echo "$VERSION"
......@@ -16,7 +16,7 @@ function recipe_build {
sysroot="$(realpath ../sysroot)"
export CFLAGS="-I$sysroot/include"
export LDFLAGS="-L$sysroot/lib"
export SDL_LIBS="-lSDL2 -lorbital $("${PKG_CONFIG}" --libs glu) -lvorbis -logg -lz -lm -lpthread -lstdc++"
export SDL_LIBS="-lSDL2 -lorbital $("${TARGET}-pkg-config" --libs osmesa) -lvorbis -logg -lz -lm -lpthread -lstdc++"
./autogen.sh
./configure \
--prefix=/ \
......
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