mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libssh: Disable documentation building
Documentation build process tries to use doxygen installed on host, which may fail to build docs. In order to avoid that, just disable documentation building altogether.
This commit is contained in:
parent
e13717d7b9
commit
17aba9fcf1
@ -14,7 +14,8 @@ PKG_LONGDESC="Library for accessing ssh client services through C libraries."
|
||||
PKG_CMAKE_OPTS_TARGET="-DWITH_STATIC_LIB=1 \
|
||||
-DWITH_SERVER=OFF \
|
||||
-DWITH_GCRYPT=OFF \
|
||||
-DWITH_GSSAPI=OFF"
|
||||
-DWITH_GSSAPI=OFF \
|
||||
-DWITH_INTERNAL_DOC=OFF"
|
||||
|
||||
makeinstall_target() {
|
||||
# install static library only
|
||||
|
Loading…
x
Reference in New Issue
Block a user