Skip to content

Commit

Permalink
x11-toolkits/ctk: 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 00e1611 commit 6d96654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11-toolkits/ctk/Makefile
Expand Up @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lib qt:5
USE_GITHUB= yes
GH_ACCOUNT= commontk
USE_QT= concurrent core designer gui opengl sql widgets xml xmlpatterns buildtools_build uitools_build qmake_build # see CMake/ctkMacroSetupQt.cmake
USE_QT= concurrent core designer gui opengl sql widgets xml xmlpatterns \
buildtools_build uitools_build qmake_build testlib_build # see CMake/ctkMacroSetupQt.cmake
USE_LDCONFIG= yes

CMAKE_ARGS= -DCTK_QT_VERSION=5
Expand Down

0 comments on commit 6d96654

Please sign in to comment.