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

Collapse All | Expand All

(-)/usr/portage/eclass/mozconfig-3.eclass (-3 / +11 lines)
Lines 6-12 Link Here
6
6
7
inherit multilib flag-o-matic mozcoreconf-2
7
inherit multilib flag-o-matic mozcoreconf-2
8
8
9
IUSE="gnome ipv6 dbus startup-notification"
9
IUSE="gnome ipv6 dbus startup-notification qt4"
10
10
11
RDEPEND="x11-libs/libXrender
11
RDEPEND="x11-libs/libXrender
12
	x11-libs/libXt
12
	x11-libs/libXt
Lines 35-43 Link Here
35
35
36
mozconfig_config() {
36
mozconfig_config() {
37
	if ${MN} || ${XUL} || ${TB}; then
37
	if ${MN} || ${XUL} || ${TB}; then
38
	    mozconfig_annotate thebes --enable-default-toolkit=cairo-gtk2
38
	    if use qt4; then
39
		mozconfig_annotate thebes --enable-default-toolkit=cairo-qt
40
	    else
41
		mozconfig_annotate thebes --enable-default-toolkit=cairo-gtk2
42
	    fi
39
	else
43
	else
40
	    mozconfig_annotate -thebes --enable-default-toolkit=gtk2
44
	    if use qt4; then
45
		mozconfig_annotate thebes --enable-default-toolkit=cairo-qt
46
	    else
47
		mozconfig_annotate -thebes --enable-default-toolkit=gtk2
48
	    fi
41
	fi
49
	fi
42
	mozconfig_use_enable ipv6
50
	mozconfig_use_enable ipv6
43
51
(-)/usr/portage/eclass/mozcoreconf-2.eclass (-1 / +1 lines)
Lines 180-190 Link Here
180
		--enable-pango \
180
		--enable-pango \
181
		--enable-svg \
181
		--enable-svg \
182
		--enable-svg-renderer=cairo \
182
		--enable-svg-renderer=cairo \
183
		--enable-system-cairo \
184
		--disable-strip \
183
		--disable-strip \
185
		--disable-strip-libs \
184
		--disable-strip-libs \
186
		--disable-install-strip \
185
		--disable-install-strip \
187
		--with-distribution-id=org.gentoo
186
		--with-distribution-id=org.gentoo
187
# 		--enable-system-cairo \
188
188
189
		# This doesn't work yet
189
		# This doesn't work yet
190
		#--with-system-png \
190
		#--with-system-png \

Return to bug 235163