diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-23 10:44:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-23 10:47:15 +0000 |
commit | 6be5762e5da21e140b1778ded565f98dc11f9a41 (patch) | |
tree | 00b722a483087e9ea54512e7c945cdec21fe813d /main | |
parent | 8af42d7c3c8425270958577474ae2a820e1d8dde (diff) | |
download | aports-6be5762e5da21e140b1778ded565f98dc11f9a41.tar.bz2 aports-6be5762e5da21e140b1778ded565f98dc11f9a41.tar.xz |
main/sdl_mixer: linux-headers build fix
Diffstat (limited to 'main')
-rw-r--r-- | main/sdl_mixer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sdl_mixer/APKBUILD b/main/sdl_mixer/APKBUILD index 71c51626db..39c18ec698 100644 --- a/main/sdl_mixer/APKBUILD +++ b/main/sdl_mixer/APKBUILD @@ -8,7 +8,7 @@ url="http://www.libsdl.org/projects/SDL_mixer/" arch="all" license="GPL" depends= -makedepends="sdl-dev libvorbis-dev libmikmod-dev flac-dev" +makedepends="sdl-dev libvorbis-dev libmikmod-dev flac-dev linux-headers" install= subpackages="$pkgname-dev" source="http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${pkgver}.tar.gz" |