summaryrefslogtreecommitdiffstats
path: root/main/sdl
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2012-11-28 10:20:11 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2012-11-28 10:20:23 +0100
commit1577908171b44e3babe248df18af2ddaec85e2cc (patch)
tree4d123fa652b532de7a2f8584c04bd2ad7e096a50 /main/sdl
parent660232a156db04243b781ae0ce9831e1eef1084b (diff)
downloadaports-1577908171b44e3babe248df18af2ddaec85e2cc.tar.bz2
aports-1577908171b44e3babe248df18af2ddaec85e2cc.tar.xz
main/sdl: remove disable-sdl-open and add glu-dev dep
Diffstat (limited to 'main/sdl')
-rw-r--r--main/sdl/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/sdl/APKBUILD b/main/sdl/APKBUILD
index 9dca63b4d..9b7f902d8 100644
--- a/main/sdl/APKBUILD
+++ b/main/sdl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sdl
pkgver=1.2.15
-pkgrel=2
+pkgrel=3
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
url="http://www.libsdl.org"
arch="all"
@@ -9,10 +9,8 @@ license="LGPL"
subpackages="$pkgname-dev $pkgname-doc"
depends=
depends_dev="libx11-dev libiconv-dev"
-makedepends="
- $depends_dev
- libxext-dev libxrender-dev libx11-dev libice-dev libsm-dev
- libxrandr-dev mesa-dev alsa-lib-dev libiconv-dev"
+makedepends="$depends_dev libxext-dev libxrender-dev libx11-dev libice-dev
+ libsm-dev libxrandr-dev mesa-dev alsa-lib-dev libiconv-dev glu-dev"
source="http://www.libsdl.org/release/SDL-$pkgver.tar.gz
SDL-1.2.10-GrabNotViewable.patch"
_builddir="$srcdir"/SDL-$pkgver
@@ -35,7 +33,6 @@ build() {
--disable-video-ggi \
--disable-video-aalib \
--enable-alsa \
- --disable-sdl-dlopen \
--with-x \
--disable-rpath \
--disable-nls