FAudio: fix linking against libSDL

This commit is contained in:
Konstantin Kulikov 2021-01-24 05:25:10 +03:00 committed by Érico Nogueira Rolim
parent 312f4de0f4
commit dc421d3c73

View file

@ -1,10 +1,10 @@
# Template file for 'FAudio' # Template file for 'FAudio'
pkgname=FAudio pkgname=FAudio
version=20.11 version=20.11
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DGSTREAMER=ON -DSDL2_INCLUDE_DIRS=${XBPS_CROSS_BASE}/usr/include/SDL2 configure_args="-DGSTREAMER=ON -DSDL2_INCLUDE_DIRS=${XBPS_CROSS_BASE}/usr/include/SDL2
-DSDL2_LIBRARIES=${XBPS_CROSS_BASE}/usr/lib" -DSDL2_LIBRARIES=${XBPS_CROSS_BASE}/usr/lib/libSDL2.so"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="SDL2-devel gstreamer1-devel gst-plugins-base1-devel" makedepends="SDL2-devel gstreamer1-devel gst-plugins-base1-devel"
short_desc="Accuracy-focused XAudio reimplementation for open platforms" short_desc="Accuracy-focused XAudio reimplementation for open platforms"