summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Blaabjerg <styx@gentoo.org>2003-01-21 16:39:12 +0000
committerJoachim Blaabjerg <styx@gentoo.org>2003-01-21 16:39:12 +0000
commitbaad8effb669a5f8c63f45490f0987a97278b129 (patch)
treedd062af9badc59296695c4723108b76d3570b389 /media-libs/libsdl
parentadded sys-app/hotplug dep (for x86 only cuz there's no 'stable' hotplug for s... (diff)
downloadgentoo-2-baad8effb669a5f8c63f45490f0987a97278b129.tar.gz
gentoo-2-baad8effb669a5f8c63f45490f0987a97278b129.tar.bz2
gentoo-2-baad8effb669a5f8c63f45490f0987a97278b129.zip
Removing all directfb support
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/ChangeLog6
-rw-r--r--media-libs/libsdl/libsdl-1.2.5-r1.ebuild12
2 files changed, 11 insertions, 7 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog
index f811bc697e53..efb4b575c15d 100644
--- a/media-libs/libsdl/ChangeLog
+++ b/media-libs/libsdl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libsdl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.17 2003/01/08 21:54:09 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.18 2003/01/21 16:39:12 styx Exp $
+
+ 21 Jan 2003; Joachim Blaabjerg <styx@gentoo.org> libsdl-1.2.5-r1.ebuild :
+
+ Remove all directfb support, as this causes circular deps.
08 Jan 2003; Martin Schlemmer <azarah@gentoo.org> libsdl-1.2.5.ebuild :
diff --git a/media-libs/libsdl/libsdl-1.2.5-r1.ebuild b/media-libs/libsdl/libsdl-1.2.5-r1.ebuild
index 1edda0a70b17..4e289dbdb1f8 100644
--- a/media-libs/libsdl/libsdl-1.2.5-r1.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.5-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.5-r1.ebuild,v 1.1 2003/01/19 22:40:11 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.5-r1.ebuild,v 1.2 2003/01/21 16:39:12 styx Exp $
-IUSE="arts xv opengl fbcon aalib nas esd X svga ggi alsa directfb"
+IUSE="arts xv opengl fbcon aalib nas esd X svga ggi alsa"
S="${WORKDIR}/SDL-${PV}"
DESCRIPTION="Simple Direct Media Layer"
@@ -83,9 +83,9 @@ src_compile() {
&& myconf="${myconf} --enable-video-opengl" \
|| myconf="${myconf} --disable-video-opengl"
- use directfb \
- && myconf="${myconf} --enable-video-directfb" \
- || myconf="${myconf} --disable-video-directfb"
+ #use directfb \
+ # && myconf="${myconf} --enable-video-directfb" \
+ # || myconf="${myconf} --disable-video-directfb"
use x86 \
&& myconf="${myconf} --enable-nasm" \
@@ -98,7 +98,7 @@ src_compile() {
myconf="${myconf} --disable-audio"
fi
- if use X || use xv || use ggi || use aalib || use svga || use directfb || use fbcon || use opengl
+ if use X || use xv || use ggi || use aalib || use svga || use fbcon || use opengl
then
myconf="${myconf} --enable-video-dummy"
else