Commit 1f067435 authored by Armin Kuster's avatar Armin Kuster Committed by Martin Jansa
Browse files

libssh: depends fix


the default was to build with GSSAPI enabled.

Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent e52f3c1d
No related merge requests found
Showing with 3 additions and 0 deletions
......@@ -18,6 +18,9 @@ EXTRA_OECMAKE = " \
-DWITH_ZLIB=1 \
"
PACKAGECONFIG ??=""
PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, "
inherit cmake
do_configure_prepend () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment