commit: 308cdb172161f0fc98d62d711a53a11aff54b914
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 15:37:27 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 19 15:41:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308cdb17
xfce-base/thunar: Add dev-libs/glib to BDEPEND
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-base/thunar/thunar-4.21.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xfce-base/thunar/thunar-4.21.1.ebuild
b/xfce-base/thunar/thunar-4.21.1.ebuild
index f1b018c52141..bcf1fb72db0f 100644
--- a/xfce-base/thunar/thunar-4.21.1.ebuild
+++ b/xfce-base/thunar/thunar-4.21.1.ebuild
@@ -54,8 +54,10 @@ RDEPEND="
DEPEND+="
policykit? ( sys-auth/polkit )
"
+# glib for glib-compile-resources
BDEPEND="
dev-build/xfce4-dev-tools
+ >=dev-libs/glib-2.72.0
dev-libs/libxml2
sys-devel/gettext
virtual/pkgconfig