commit: 15bd01769228fe8a1503625bb188a86dcfebe443 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Sat Jan 16 17:41:39 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 19:03:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bd0176
xfce-base/xfwm4: restore xcomposite USE flag Closes: https://bugs.gentoo.org/765523 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19079 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-base/xfwm4/xfwm4-4.16.1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/xfce-base/xfwm4/xfwm4-4.16.1.ebuild b/xfce-base/xfwm4/xfwm4-4.16.1.ebuild index 52677c1a05f..3e1e46eded7 100644 --- a/xfce-base/xfwm4/xfwm4-4.16.1.ebuild +++ b/xfce-base/xfwm4/xfwm4-4.16.1.ebuild @@ -12,15 +12,12 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="opengl startup-notification +xpresent" +IUSE="opengl startup-notification +xcomposite +xpresent" RDEPEND=">=dev-libs/glib-2.20 >=x11-libs/gtk+-3.22:3 x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage x11-libs/libXext - x11-libs/libXfixes x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr @@ -33,6 +30,11 @@ RDEPEND=">=dev-libs/glib-2.20 >=xfce-base/xfconf-4.13:= opengl? ( media-libs/libepoxy:=[X(+)] ) startup-notification? ( x11-libs/startup-notification ) + xcomposite? ( + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + ) xpresent? ( x11-libs/libXpresent )" # libICE/libSM: not really used anywhere but checked by configure # https://bugzilla.xfce.org/show_bug.cgi?id=11914 @@ -48,8 +50,8 @@ src_configure() { local myconf=( $(use_enable opengl epoxy) $(use_enable startup-notification) + $(use_enable xcomposite compositor) $(use_enable xpresent) - --enable-compositor --enable-randr --enable-render --enable-xi2
