SDL_sound: use script wrapper to detect SDL.
This commit is contained in:
parent
06a463fe7f
commit
1928ba35c6
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'SDL_sound'
|
||||
pkgname=SDL_sound
|
||||
version=1.0.3
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config SDL-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL-devel libmikmod-devel>=3.2.0 libvorbis-devel
|
||||
libflac-devel speex-devel smpeg-devel"
|
||||
short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3"
|
||||
|
|
Loading…
Reference in New Issue