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

(-)portage-orig/profiles/use.local.desc (+1 lines)
Lines 973-975 Link Here
973
x11-wm/windowmaker:modelock - Enable XKB language status lock support. README says: "If you don't know what it is you probably don't need it."
973
x11-wm/windowmaker:modelock - Enable XKB language status lock support. README says: "If you don't know what it is you probably don't need it."
974
x11-wm/windowmaker:vdesktop - Enable NEWTWM style virtual desktop support.
974
x11-wm/windowmaker:vdesktop - Enable NEWTWM style virtual desktop support.
975
x11-wm/wmii:cairo - use cairo as rendering backend (instead of Xlib)
975
x11-wm/wmii:cairo - use cairo as rendering backend (instead of Xlib)
976
xfce-base/xfwm4:composite - Enable the built in compositor (uses the XComposite extension)
(-)portage-orig/xfce-base/xfwm4/xfwm4-4.2.2.ebuild (-1 / +5 lines)
Lines 4-11 Link Here
4
DESCRIPTION="Xfce 4 window manager"
4
DESCRIPTION="Xfce 4 window manager"
5
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
5
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
6
IUSE="composite"
6
RDEPEND="~xfce-base/xfce-mcs-manager-${PV}"
7
RDEPEND="~xfce-base/xfce-mcs-manager-${PV}"
7
XFCE_CONFIG="--enable-randr --enable-compositor"
8
XFCE_CONFIG="--enable-randr"
9
if use composite
10
then XFCE_CONFIG="${XFCE_CONFIG} --enable-compositor"
11
fi
8
inherit xfce4
12
inherit xfce4

Return to bug 93290