From 0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 30 May 2011 23:57:03 +0200 Subject: packages: remove --{enable,disable}-{shared,static} from autotools packages Now that those values are passed at the autotools infrastructure level, there's no need for every package to pass inconsistent values. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/pango/pango.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/pango') diff --git a/package/pango/pango.mk b/package/pango/pango.mk index 1ccda5f38..5636b73df 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -40,8 +40,7 @@ PANGO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ ac_use_included_regex=no gl_cv_c_restrict=no \ ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config -PANGO_CONF_OPT = --enable-shared --enable-static \ - --enable-explicit-deps=no --disable-debug +PANGO_CONF_OPT = --enable-explicit-deps=no --disable-debug PANGO_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) host-pkg-config libglib2 cairo -- cgit v1.2.3