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

(-)dbus-glib-0.86.ebuild.orig (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit bash-completion
7
inherit bash-completion toolchain-funcs
8
8
9
DESCRIPTION="D-Bus bindings for glib"
9
DESCRIPTION="D-Bus bindings for glib"
10
HOMEPAGE="http://dbus.freedesktop.org/"
10
HOMEPAGE="http://dbus.freedesktop.org/"
Lines 43-48 Link Here
43
		$(use_enable doc doxygen-docs)
43
		$(use_enable doc doxygen-docs)
44
		$(use_enable doc gtk-doc)"
44
		$(use_enable doc gtk-doc)"
45
45
46
	if tc-is-cross-compiler; then
47
		my_conf+=" --with-dbus-binding-tool=/usr/bin/dbus-binding-tool"
48
	fi
49
46
	mkdir "${BD}"
50
	mkdir "${BD}"
47
	cd "${BD}"
51
	cd "${BD}"
48
	einfo "Running configure in ${BD}"
52
	einfo "Running configure in ${BD}"

Return to bug 346353