Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493492 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-libs/gmtk/gmtk-1.0.7.ebuild (-4 / +4 lines)
Lines 12-21 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
14
KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
15
IUSE="alsa +dconf pulseaudio"
15
IUSE="alsa +dconf pulseaudio gtk3 gnome"
16
16
17
COMMON_DEPEND=">=dev-libs/glib-2.30
17
COMMON_DEPEND=">=dev-libs/glib-2.30
18
	>=x11-libs/gtk+-3.2:3
18
	gtk3? ( >=x11-libs/gtk+-3.2:3 )
19
	x11-libs/libX11
19
	x11-libs/libX11
20
	alsa? ( media-libs/alsa-lib )
20
	alsa? ( media-libs/alsa-lib )
21
	pulseaudio? ( media-sound/pulseaudio )"
21
	pulseaudio? ( media-sound/pulseaudio )"
Lines 31-41 Link Here
31
src_configure() {
31
src_configure() {
32
	econf \
32
	econf \
33
		--disable-static \
33
		--disable-static \
34
		--enable-gtk3 \
34
		$(use_enable gtk3) \
35
		$(use_enable dconf gsettings) \
35
		$(use_enable dconf gsettings) \
36
		--disable-gconf \
36
		--disable-gconf \
37
		$(use_enable !dconf keystore) \
37
		$(use_enable !dconf keystore) \
38
		--with-gio \
38
		$(use_with gnome gio) \
39
		$(use_with alsa) \
39
		$(use_with alsa) \
40
		$(use_with pulseaudio)
40
		$(use_with pulseaudio)
41
}
41
}

Return to bug 493492