Apply --disable-gtk-doc-html to all packages
Move this option to package/pkg-autotools.mk so it applies to all packages. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
33712d7a7c
commit
356584ca70
@ -66,7 +66,7 @@ PANGO_CONF_ENV = \
|
|||||||
gl_cv_c_restrict=no \
|
gl_cv_c_restrict=no \
|
||||||
ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
|
ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
|
||||||
|
|
||||||
PANGO_CONF_OPTS = --enable-explicit-deps=no --disable-gtk-doc-html
|
PANGO_CONF_OPTS = --enable-explicit-deps=no
|
||||||
|
|
||||||
PANGO_DEPENDENCIES = \
|
PANGO_DEPENDENCIES = \
|
||||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||||
|
@ -193,6 +193,7 @@ define $(2)_CONFIGURE_CMDS
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--program-prefix="" \
|
--program-prefix="" \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
|
--disable-gtk-doc-html \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
--disable-documentation \
|
--disable-documentation \
|
||||||
@ -226,6 +227,7 @@ define $(2)_CONFIGURE_CMDS
|
|||||||
--localstatedir="$$(HOST_DIR)/var" \
|
--localstatedir="$$(HOST_DIR)/var" \
|
||||||
--enable-shared --disable-static \
|
--enable-shared --disable-static \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
|
--disable-gtk-doc-html \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
--disable-documentation \
|
--disable-documentation \
|
||||||
|
@ -46,7 +46,6 @@ WEBKIT_CONF_OPTS += \
|
|||||||
--disable-webkit2 \
|
--disable-webkit2 \
|
||||||
--disable-glibtest \
|
--disable-glibtest \
|
||||||
--disable-video \
|
--disable-video \
|
||||||
--disable-gtk-doc-html \
|
|
||||||
--disable-tests
|
--disable-tests
|
||||||
|
|
||||||
# Xorg Dependencies
|
# Xorg Dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user