x11-toolkits/ctk: add missing build dependency on testlib
The dependency was previously pulled in transitively. PR: 257100
This commit is contained in:
parent
00e161175a
commit
6d96654ae7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue