Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133399
Collapse All | Expand All

(-)/home/geaaru/libsdl-1.2.9-r1.ebuild (-2 / +2 lines)
Lines 15-21 Link Here
15
# if you have the noaudio, novideo, nojoystick, or noflagstrip use flags
15
# if you have the noaudio, novideo, nojoystick, or noflagstrip use flags
16
# in USE and something breaks, you pick up the pieces.  Be prepared for
16
# in USE and something breaks, you pick up the pieces.  Be prepared for
17
# bug reports to be marked INVALID.
17
# bug reports to be marked INVALID.
18
IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip"
18
IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip debug"
19
19
20
RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
20
RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
21
	alsa? ( media-libs/alsa-lib )
21
	alsa? ( media-libs/alsa-lib )
Lines 110-116 Link Here
110
		&& myconf="${myconf} --disable-video" \
110
		&& myconf="${myconf} --disable-video" \
111
		|| myconf="${myconf} --enable-video-dummy"
111
		|| myconf="${myconf} --enable-video-dummy"
112
	use nojoystick && myconf="${myconf} --disable-joystick"
112
	use nojoystick && myconf="${myconf} --disable-joystick"
113
113
	use debug && myconf="${myconf} --enable-debug"
114
	local directfbconf="--disable-video-directfb"
114
	local directfbconf="--disable-video-directfb"
115
	if use directfb ; then
115
	if use directfb ; then
116
		# since DirectFB can link against SDL and trigger a
116
		# since DirectFB can link against SDL and trigger a

Return to bug 133399