mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
libkcapi: disable documentation
Disable db2pdf, db2ps and xmlto which are used for building PDF, PS, man or html documentation Fixes: - http://autobuild.buildroot.org/results/28df3b50d90bc53b965280b77224f89fe09ec2b9 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f79f459887
commit
8b3dea2c2a
@ -11,6 +11,10 @@ LIBKCAPI_AUTORECONF = YES
|
|||||||
LIBKCAPI_INSTALL_STAGING = YES
|
LIBKCAPI_INSTALL_STAGING = YES
|
||||||
LIBKCAPI_LICENSE = BSD-3-Clause (library), BSD-3-Clause or GPL-2.0 (programs)
|
LIBKCAPI_LICENSE = BSD-3-Clause (library), BSD-3-Clause or GPL-2.0 (programs)
|
||||||
LIBKCAPI_LICENSE_FILES = COPYING COPYING.gplv2 COPYING.bsd
|
LIBKCAPI_LICENSE_FILES = COPYING COPYING.gplv2 COPYING.bsd
|
||||||
|
LIBKCAPI_CONF_ENV = \
|
||||||
|
ac_cv_path_DB2PDF="" \
|
||||||
|
ac_cv_path_DB2PS="" \
|
||||||
|
ac_cv_path_XMLTO=""
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBKCAPI_HASHER),y)
|
ifeq ($(BR2_PACKAGE_LIBKCAPI_HASHER),y)
|
||||||
LIBKCAPI_CONF_OPTS += --enable-kcapi-hasher
|
LIBKCAPI_CONF_OPTS += --enable-kcapi-hasher
|
||||||
|
Loading…
x
Reference in New Issue
Block a user