mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
kmod: disable manpages for host-kmod
The manpages are not installed to HOST_DIR anyway, and it errors out if xsltproc isn't available on the host.
This commit is contained in:
parent
33699aac06
commit
24058f10a7
@ -23,6 +23,9 @@ KMOD_LICENSE_FILES = libkmod/COPYING
|
|||||||
# https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=b7016153ec8
|
# https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=b7016153ec8
|
||||||
KMOD_CONF_OPT = --disable-static --enable-shared
|
KMOD_CONF_OPT = --disable-static --enable-shared
|
||||||
|
|
||||||
|
# manpages not installed to host and needs xsltproc
|
||||||
|
HOST_KMOD_CONF_OPT = --disable-manpages
|
||||||
|
|
||||||
ifneq ($(BR2_HAVE_DOCUMENTATION),y)
|
ifneq ($(BR2_HAVE_DOCUMENTATION),y)
|
||||||
KMOD_CONF_OPT += --disable-manpages
|
KMOD_CONF_OPT += --disable-manpages
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user