Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: laird at uclibc.org <laird@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/pango
Date: Mon, 20 Oct 2008 06:57:31 -0700 (PDT)	[thread overview]
Message-ID: <20081020135731.1619B3C725@busybox.net> (raw)

Author: laird
Date: 2008-10-20 06:57:30 -0700 (Mon, 20 Oct 2008)
New Revision: 23745

Log:
package/pango/pango.mk: Remove redundant PKG_CONFIG_* 

Remove the unnecessary PKG_CONFIG_* settings and tidy up some
config options.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>



Modified:
   trunk/buildroot/package/pango/pango.mk


Changeset:
Modified: trunk/buildroot/package/pango/pango.mk
===================================================================
--- trunk/buildroot/package/pango/pango.mk	2008-10-20 11:53:16 UTC (rev 23744)
+++ trunk/buildroot/package/pango/pango.mk	2008-10-20 13:57:30 UTC (rev 23745)
@@ -39,7 +39,7 @@
 		am_getline_needs_run_time_check=no am_cv_func_working_getline=yes \
 		gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_mkstemp_limitations=no \
 		ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \
-		ac_use_included_regex=no gl_cv_c_restrict=no PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \
+		ac_use_included_regex=no gl_cv_c_restrict=no)" \
 		ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
 		
 ifneq ($(BR2_PACKAGE_XSERVER_none),y)
@@ -50,19 +50,10 @@
         PANGO_CONF_OPT_X = --without-x
 endif
 
-PANGO_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
-		--build=$(GNU_HOST_NAME) --prefix=/usr --exec-prefix=/usr \
-		--bindir=/usr/bin --sbindir=/usr/sbin \
-		--libdir=/usr/lib --libexecdir=/usr/lib \
-		--sysconfdir=/etc --datadir=/usr/share \
-		--localstatedir=/var --includedir=/usr/include \
-		--mandir=/usr/man --infodir=/usr/info \
-		--enable-shared --enable-static \
+PANGO_CONF_OPT = --enable-shared --enable-static \
 		$(PANGO_CONF_OPT_X) \
-		--enable-explicit-deps=no --disable-debug PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig"
+		--enable-explicit-deps=no --disable-debug
 
-
 PANGO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 $(XSERVER) cairo
 
-
 $(eval $(call AUTOTARGETS,package,pango))

             reply	other threads:[~2008-10-20 13:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20 13:57 laird at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-31  9:35 [Buildroot] svn commit: trunk/buildroot/package/pango jacmet at uclibc.org
2008-12-29 11:05 jacmet at uclibc.org
2008-12-27 14:36 jacmet at uclibc.org
2008-10-27  9:45 jacmet at uclibc.org
2008-10-27  9:45 jacmet at uclibc.org
2008-03-06 18:20 ninevoltz at uclibc.org
2007-01-14  4:10 andersen at uclibc.org
2007-01-11  7:36 andersen at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081020135731.1619B3C725@busybox.net \
    --to=laird@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox