mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
infra: remove separate definition of DISABLE_DOCUMENTATION
Since we now always disable documentation on target, there is no need to have a separate variable DISABLE_DOCUMENTATION anymore. Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
334dca61ad
commit
e20df632c4
@ -332,16 +332,6 @@ ifneq ($(BR2_LARGEFILE),y)
|
|||||||
DISABLE_LARGEFILE= --disable-largefile
|
DISABLE_LARGEFILE= --disable-largefile
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The configure option varies, but since unknown options are ignored
|
|
||||||
# we can pass all of them.
|
|
||||||
DISABLE_DOCUMENTATION = \
|
|
||||||
--disable-gtk-doc \
|
|
||||||
--disable-doc \
|
|
||||||
--disable-docs \
|
|
||||||
--disable-documentation \
|
|
||||||
--with-xmlto=no \
|
|
||||||
--with-fop=no
|
|
||||||
|
|
||||||
ifeq ($(BR2_INET_IPV6),y)
|
ifeq ($(BR2_INET_IPV6),y)
|
||||||
DISABLE_IPV6= --enable-ipv6
|
DISABLE_IPV6= --enable-ipv6
|
||||||
else
|
else
|
||||||
|
@ -109,7 +109,12 @@ define $(2)_CONFIGURE_CMDS
|
|||||||
--exec-prefix=/usr \
|
--exec-prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--program-prefix="" \
|
--program-prefix="" \
|
||||||
$$(DISABLE_DOCUMENTATION) \
|
--disable-gtk-doc \
|
||||||
|
--disable-doc \
|
||||||
|
--disable-docs \
|
||||||
|
--disable-documentation \
|
||||||
|
--with-xmlto=no \
|
||||||
|
--with-fop=no
|
||||||
$$(DISABLE_NLS) \
|
$$(DISABLE_NLS) \
|
||||||
$$(DISABLE_LARGEFILE) \
|
$$(DISABLE_LARGEFILE) \
|
||||||
$$(DISABLE_IPV6) \
|
$$(DISABLE_IPV6) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user