Skip to content

Commit

Permalink
audio/hydrogen: add missing build dependency on testlib
Browse files Browse the repository at this point in the history
The dependency was previously pulled in transitively.

PR:		257100
  • Loading branch information
tcberner committed Jul 19, 2021
1 parent bd1ab07 commit 00e1611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/hydrogen/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 00e1611

Please sign in to comment.