dev-libs/ncnn: bdepend on protobuf[protoc(+)]

Closes: https://bugs.gentoo.org/947824
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-01-10 16:01:27 -05:00
parent e5169ce557
commit ead8f6344a

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -35,6 +35,9 @@ DEPEND="
${RDEPEND}
vulkan? ( dev-util/vulkan-headers )
"
BDEPEND="
tools? ( dev-libs/protobuf[protoc(+)] )
"
DOCS=( README.md docs/. )