libyang: make cmocka a tool dependency

This commit is contained in:
Frank Kardel 2020-10-28 13:15:29 +01:00
parent eddd8035d7
commit 66d28ae62f
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,8 @@ USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
TOOL_DEPENDS+= cmocka>=1.1.5:../../devel/cmocka
PKGCONFIG_OVERRIDE+= libyang.pc.in
PKGCONFIG_OVERRIDE+= swig/libyang-cpp.pc.in
@ -33,6 +35,5 @@ CMAKE_ARGS?= -DCMAKE_BUILD_TYPE:String="Release"
CMAKE_ARGS+= -DENABLE_LYD_PRIV=ON
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/cmocka/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"