diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-10-19 11:59:03 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-03 15:25:21 +0100 |
| commit | 356584ca70f4eb1ed2b19fe6ed709b50653c8178 (patch) | |
| tree | 56ae24f7f4ca16c242677eeb969dc9752560630e /package/pango | |
| parent | 33712d7a7cce08b07124a37a3cdf29c5f5b6def6 (diff) | |
| download | buildroot-356584ca70f4eb1ed2b19fe6ed709b50653c8178.tar.gz buildroot-356584ca70f4eb1ed2b19fe6ed709b50653c8178.zip | |
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>
Diffstat (limited to 'package/pango')
| -rw-r--r-- | package/pango/pango.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pango/pango.mk b/package/pango/pango.mk index f3e16efe11..51bfbfa96f 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -66,7 +66,7 @@ PANGO_CONF_ENV = \ gl_cv_c_restrict=no \ 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 = \ $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \ |

