diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-08 17:53:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-08 17:53:50 +0200 |
commit | c4d3981d89e2198b7e517c85f171234db687c7e0 (patch) | |
tree | 1601173261601421885386e64d5f0c835ba76a8b /xfce-base | |
parent | app-backup/restic: Stabilize 0.16.4 arm, #927914 (diff) | |
download | gentoo-c4d3981d89e2198b7e517c85f171234db687c7e0.tar.gz gentoo-c4d3981d89e2198b7e517c85f171234db687c7e0.tar.bz2 gentoo-c4d3981d89e2198b7e517c85f171234db687c7e0.zip |
xfce-base/thunar: Require X11 support in x11-libs/gtk+
Thunar currently does not support non-X11 builds upstream, and it fails
to build with x11-libs/gtk+[-X].
Closes: https://bugs.gentoo.org/925566
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/thunar-4.19.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce-base/thunar/thunar-4.19.2.ebuild b/xfce-base/thunar/thunar-4.19.2.ebuild index ef7d9b40f176..78222d17e8a4 100644 --- a/xfce-base/thunar/thunar-4.19.2.ebuild +++ b/xfce-base/thunar/thunar-4.19.2.ebuild @@ -20,7 +20,7 @@ IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks" DEPEND=" >=dev-libs/glib-2.70.0 >=x11-libs/gdk-pixbuf-2.40.0 - >=x11-libs/gtk+-3.24.0:3 + >=x11-libs/gtk+-3.24.0:3[X] >=xfce-base/exo-4.19.0:= >=xfce-base/libxfce4ui-4.17.6:= >=xfce-base/libxfce4util-4.17.2:= |