diff options
-rw-r--r-- | x11/sdl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/sdl/APKBUILD b/x11/sdl/APKBUILD index 3a4a71b0d6..41a8107a4e 100644 --- a/x11/sdl/APKBUILD +++ b/x11/sdl/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sdl pkgver=1.2.13 -pkgrel=1 +pkgrel=2 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard" url="http://www.libsdl.org" license="LGPL" subpackages="$pkgname-dev $pkgname-doc" depends= -depends_dev="libx11-dev" +depends_dev="libx11-dev libiconv-dev" makedepends="libxext-dev libxrender-dev libx11-dev libice-dev libsm-dev - libxrandr-dev mesa-dev alsa-lib-dev" + libxrandr-dev mesa-dev alsa-lib-dev libiconv-dev" source="http://www.libsdl.org/release/SDL-$pkgver.tar.gz" build () |