From 68668a2263ab8db824a180aaafbc0bd8c6f31ead Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 5 Apr 2022 08:02:59 -0400 Subject: [PATCH] gui-apps/wtype: fixed missing dependencies Signed-off-by: Julien Roy --- gui-apps/wtype/wtype-0.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild index 09069a93f4..8e4ea1a343 100644 --- a/gui-apps/wtype/wtype-0.4.ebuild +++ b/gui-apps/wtype/wtype-0.4.ebuild @@ -14,9 +14,10 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="" +DEPEND="dev-libs/wayland + x11-libs/libxkbcommon" RDEPEND="${DEPEND}" -BDEPEND="" +BDEPEND="dev-util/cmake" src_configure() { meson_src_configure