From 00e161175acef9f4f46721b50736aef548fb0baa Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 19 Jul 2021 06:49:41 +0200 Subject: [PATCH] audio/hydrogen: add missing build dependency on testlib The dependency was previously pulled in transitively. PR: 257100 --- audio/hydrogen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile index fd38d3314b64b..825bca69bb6a6 100644 --- a/audio/hydrogen/Makefile +++ b/audio/hydrogen/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \ USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig \ localbase qt:5 USE_QT= core gui network widgets xml xmlpatterns buildtools_build \ - linguisttools_build qmake_build + linguisttools_build qmake_build testlib_build USE_LDCONFIG= yes USE_GITHUB= yes