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

Collapse All | Expand All

(-)compiz-0.0.13_pre20060921.ebuild (-2 / +14 lines)
Lines 15-21 Link Here
15
LICENSE="X11"
15
LICENSE="X11"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 ~ppc ~x86"
17
KEYWORDS="~amd64 ~ppc ~x86"
18
IUSE="dbus svg"
18
IUSE="dbus svg video_cards_nvidia"
19
19
20
DEPEND=">=media-libs/mesa-6.5.1-r1
20
DEPEND=">=media-libs/mesa-6.5.1-r1
21
	>=media-libs/glitz-0.5.6
21
	>=media-libs/glitz-0.5.6
Lines 39-49 Link Here
39
	eautoreconf || die
39
	eautoreconf || die
40
	glib-gettextize --copy --force || die
40
	glib-gettextize --copy --force || die
41
41
42
	econf --with-gl-libs="-Wl,-R/usr/$(get_libdir)/opengl/xorg-x11/lib/ -lGL" \
42
	if use video_cards_nvidia && has_version \
43
		~x11-drivers/nvidia-drivers-1.0.9625
44
	then
45
		econf \
46
		--with-gl-libs="-Wl,-R/usr/$(get_libdir)/opengl/nvidia/lib/ -lGL" \
43
		--disable-kde \
47
		--disable-kde \
44
		--enable-gnome \
48
		--enable-gnome \
45
		`use_enable svg librsvg` \
49
		`use_enable svg librsvg` \
46
		`use_enable dbus` || die
50
		`use_enable dbus` || die
51
	else
52
		econf \
53
		--with-gl-libs="-Wl,-R/usr/$(get_libdir)/opengl/xorg-x11/lib/ -lGL" \
54
		--disable-kde \
55
		--enable-gnome \
56
		`use_enable svg librsvg` \
57
		`use_enable dbus` || die
58
	fi
47
59
48
	emake || die
60
	emake || die
49
}
61
}

Return to bug 149069