mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
media-libs/zxing-cpp: fix build of 3.0.2 by requiring dev-libs/stb
It's an unconditional dependency since https://github.com/zxing-cpp/zxing-cpp/commit/c9590f3d. Signed-off-by: Louis Sautier <sbraz@gentoo.org> Part-of: https://codeberg.org/gentoo/gentoo/pulls/596
This commit is contained in:
@@ -25,10 +25,10 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=media-libs/zint-2.16.0:="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/stb
|
||||
test? (
|
||||
dev-cpp/gtest
|
||||
dev-libs/libfmt
|
||||
dev-libs/stb
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user