From ebc2037bfe605ac573ee7491808a860acba3422d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 16:58:29 +0100 Subject: [PATCH] SDL_sound: cross build support. --- srcpkgs/SDL_sound/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/SDL_sound/template b/srcpkgs/SDL_sound/template index 9c8c8e28a9d..536f486f29e 100644 --- a/srcpkgs/SDL_sound/template +++ b/srcpkgs/SDL_sound/template @@ -4,7 +4,7 @@ version=1.0.3 revision=4 build_style=gnu-configure configure_args="--disable-static" -hostmakedepends="pkg-config" +hostmakedepends="pkg-config SDL-devel" 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"