diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-01-16 12:41:39 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-16 20:03:13 +0100 |
commit | 15bd01769228fe8a1503625bb188a86dcfebe443 (patch) | |
tree | 2a5f542fa9ad2655f50f54dd2f23811eef287aea /xfce-base | |
parent | xfce-extra/xfce4-volumed-pulse: EAPI 7 (diff) | |
download | gentoo-15bd01769228fe8a1503625bb188a86dcfebe443.tar.gz gentoo-15bd01769228fe8a1503625bb188a86dcfebe443.tar.bz2 gentoo-15bd01769228fe8a1503625bb188a86dcfebe443.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19079
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfwm4/xfwm4-4.16.1.ebuild | 12 |
1 files 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 52677c1a05f5..3e1e46eded7a 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 |