commit:     460179c94fb35b36968e02dba9896618ba3768b5
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 10 22:56:17 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan 10 22:56:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=460179c9

x11-wm/phoc: require x11 backend for tests

Closes: https://bugs.gentoo.org/921666
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/phoc-0.35.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild
index ef278fdd21..6b3b29f93f 100644
--- a/x11-wm/phoc/phoc-0.35.0.ebuild
+++ b/x11-wm/phoc/phoc-0.35.0.ebuild
@@ -29,6 +29,10 @@ DEPEND="
        x11-libs/libdrm
        x11-libs/pixman
        x11-libs/libxkbcommon[X?,wayland]
+       test? (
+               gui-libs/wlroots[x11-backend]
+               x11-wm/mutter
+       )
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
@@ -38,7 +42,6 @@ BDEPEND="
        sys-devel/gettext
        gtk-doc? ( dev-util/gi-docgen )
        man? ( dev-python/docutils )
-       test? ( x11-wm/mutter )
 "
 
 src_configure() {

Reply via email to