mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/wideriver: Add dependency for dev-util/cmocka
Resolves https://bugs.gentoo.org/975263 Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
@@ -10,6 +10,8 @@ SRC_URI="https://github.com/alex-courtis/wideriver/archive/refs/tags/${PV}.tar.g
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland
|
||||
@@ -18,6 +20,9 @@ DEPEND="
|
||||
gui-libs/wlroots
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
test? ( dev-util/cmocka )
|
||||
"
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="/usr" DESTDIR="${D}" install
|
||||
|
||||
Reference in New Issue
Block a user