parent
4bca9bc149
commit
4619f996ae
|
@ -2,7 +2,6 @@
|
|||
pkgname=SDL
|
||||
version=1.2.15
|
||||
revision=11
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-alsa --disable-esd --disable-rpath
|
||||
--enable-clock_gettime --disable-nas --disable-arts --disable-x11-shared
|
||||
|
@ -12,10 +11,11 @@ configure_args="--enable-alsa --disable-esd --disable-rpath
|
|||
$(vopt_if x11 '-enable-video-x11-xrandr --enable-video-x11-vm --enable-video-x11-xv')"
|
||||
short_desc="Simple Directmedia Layer"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
homepage="http://www.libsdl.org/"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.libsdl.org/"
|
||||
distfiles="http://www.libsdl.org/release/SDL-$version.tar.gz"
|
||||
checksum=d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00
|
||||
patch_args="-Np1"
|
||||
|
||||
hostmakedepends="pkg-config nasm"
|
||||
makedepends="alsa-lib-devel $(vopt_if x11 libXrandr-devel)
|
||||
|
@ -27,7 +27,7 @@ build_options="x11 opengl aalib pulseaudio"
|
|||
build_options_default="x11"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
i686*|x86_64*|ppc64*)
|
||||
# Enable OpenGL and pulseaudio on x86.
|
||||
build_options_default+=" opengl pulseaudio"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue