diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-11 15:50:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-11 15:50:32 +0100 |
commit | b8f82c6e626d1f16e082cc62694354de4203f5bb (patch) | |
tree | 11e0fa41dc4422da3337f84a1e035afaa6e579d3 /xfce-base/xfdesktop | |
parent | xfce-base/libxfce4windowing: Require || ( wayland X ) (diff) | |
download | gentoo-b8f82c6e626d1f16e082cc62694354de4203f5bb.tar.gz gentoo-b8f82c6e626d1f16e082cc62694354de4203f5bb.tar.bz2 gentoo-b8f82c6e626d1f16e082cc62694354de4203f5bb.zip |
xfce-base/xfdesktop: Require || ( wayland X )
Closes: https://bugs.gentoo.org/890437
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/xfdesktop')
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild index c92e7011f80c..59e3d0085c86 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild @@ -15,12 +15,13 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" -IUSE="X libnotify +thunar wayland" +IUSE="libnotify +thunar wayland X" +REQUIRED_USE="|| ( wayland X )" DEPEND=" >=x11-libs/cairo-1.16 >=dev-libs/glib-2.66.0 - >=x11-libs/gtk+-3.24.0:3[X?,wayland?] + >=x11-libs/gtk+-3.24.0:3[wayland?,X?] x11-libs/libX11 >=xfce-base/exo-0.11:= >=xfce-base/garcon-0.6:= @@ -43,9 +44,9 @@ BDEPEND=" src_configure() { local myconf=( - $(use_enable X x11) $(use_enable wayland) $(use_enable wayland gtk-layer-shell) + $(use_enable X x11) $(use_enable thunar file-icons) $(use_enable thunar thunarx) $(use_enable libnotify notifications) |