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

Collapse All | Expand All

(-)/usr/portage/xfce-base/xfwm4/xfwm4-4.2.3.2.ebuild (-3 / +4 lines)
Lines 6-17 Link Here
6
6
7
DESCRIPTION="Xfce 4 window manager"
7
DESCRIPTION="Xfce 4 window manager"
8
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
8
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
9
IUSE="xcomposite"
9
10
10
MY_PV=$(get_version_component_range 1-3)
11
MY_PV=$(get_version_component_range 1-3)
11
12
12
RDEPEND="|| ( ( x11-libs/libX11
13
RDEPEND="|| ( ( x11-libs/libX11
13
	x11-libs/libXcomposite
14
	xcomposite? ( x11-libs/libXcomposite x11-libs/libXdamage )
14
	x11-libs/libXdamage
15
	x11-libs/libXrandr
15
	x11-libs/libXrandr
16
	x11-libs/libXrender
16
	x11-libs/libXrender
17
	x11-libs/libICE
17
	x11-libs/libICE
Lines 25-33 Link Here
25
DEPEND="${RDEPEND}
25
DEPEND="${RDEPEND}
26
	|| ( ( x11-proto/xproto
26
	|| ( ( x11-proto/xproto
27
	x11-proto/xextproto
27
	x11-proto/xextproto
28
	xcomposite? ( x11-proto/compositeproto x11-proto/damageproto )
28
	x11-libs/libXt )
29
	x11-libs/libXt )
29
	virtual/x11 )
30
	virtual/x11 )
30
	sys-devel/autoconf"
31
	sys-devel/autoconf"
31
32
32
XFCE_CONFIG="--enable-randr --enable-compositor"
33
XFCE_CONFIG="--enable-randr $(use_enable xcomposite compositor)"
33
core_package
34
core_package

Return to bug 118364