From: Ormund Williams <ormundw@panix.com>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libgtk2
Date: Tue, 26 Aug 2008 09:42:38 -0400 [thread overview]
Message-ID: <1219758158.3307.64.camel@localhost.localdomain> (raw)
In-Reply-To: <20080826121930.77B8B3C79C@busybox.net>
On Tue, 2008-08-26 at 05:19 -0700, laird at uclibc.org wrote:
> Author: laird
> Date: 2008-08-26 05:19:29 -0700 (Tue, 26 Aug 2008)
> New Revision: 23204
>
> Log:
> The changes below add better support for DirectFB and libgtk2.
> Should be no different for X builds.
>
> Config.in | 3 +--
> libgtk2.mk | 7 +++----
> 2 files changed, 4 insertions(+), 6 deletions(-)
>
> Signed-off-by: daniel.j.laird at nxp.com
>
> package/libgtk2/Config.in
> Allow DirectFB to turn on LIBGTK2 support without X being enabled.
> Disable autoselection of cups. May not be wanted (Can cause crosscompilation issues).
>
> package/libgtk2/libgtk2.mk
> Remove unnessary redefine of PKG_CONFIG_*
> Pass $(DISABLE_LARGEFILE) to configure (supports large file or not)
> Move 'cups' to X extra dependencies instead of general.
>
>
>
>
>
>
> Modified:
> trunk/buildroot/package/libgtk2/Config.in
> trunk/buildroot/package/libgtk2/libgtk2.mk
>
>
> Changeset:
> Modified: trunk/buildroot/package/libgtk2/Config.in
> ===================================================================
> --- trunk/buildroot/package/libgtk2/Config.in 2008-08-26 01:32:33 UTC (rev 23203)
> +++ trunk/buildroot/package/libgtk2/Config.in 2008-08-26 12:19:29 UTC (rev 23204)
> @@ -2,14 +2,13 @@
> bool "libgtk2"
> select BR2_PACKAGE_ATK
> select BR2_PACKAGE_CAIRO
> - select BR2_PACKAGE_CUPS
> select BR2_PACKAGE_JPEG
> select BR2_PACKAGE_LIBGLIB2
> select BR2_PACKAGE_LIBPNG
> select BR2_PACKAGE_PANGO
> select BR2_PACKAGE_PKGCONFIG
> select BR2_PACKAGE_TIFF
> - depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX
> + depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX||BR2_PACKAGE_DIRECTFB
> help
> The GTK+ version 2 graphical user interface library
>
>
> Modified: trunk/buildroot/package/libgtk2/libgtk2.mk
> ===================================================================
> --- trunk/buildroot/package/libgtk2/libgtk2.mk 2008-08-26 01:32:33 UTC (rev 23203)
> +++ trunk/buildroot/package/libgtk2/libgtk2.mk 2008-08-26 12:19:29 UTC (rev 23204)
> @@ -92,8 +92,7 @@
> --disable-glibtest \
> --enable-explicit-deps=no \
> --disable-debug \
> - PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
> - PKG_CONFIG="$(STAGING_DIR)/usr/bin/pkg-config" \
> + $(DISABLE_LARGEFILE) \
> $(LIBGTK2_CONF_OPT_X) \
> $(LIBGTK2_CONF_OPT_DFB)
>
> @@ -109,11 +108,11 @@
> --x-includes=$(STAGING_DIR)/usr/include/X11 \
> --x-libraries=$(STAGING_DIR)/usr/lib \
> --with-gdktarget=x11
> - LIBGTK2_DEPENDENCIES_EXTRA = xlib_libXcomposite $(XSERVER)
> + LIBGTK2_DEPENDENCIES_EXTRA = xlib_libXcomposite $(XSERVER) cups
> else
> LIBGTK2_CONF_OPT += --without-x
> endif
>
> -LIBGTK2_DEPENDENCIES = uclibc pkgconfig png jpeg tiff $(LIBGTK2_DEPENDENCIES_EXTRA) libglib2 cups cairo pango atk
> +LIBGTK2_DEPENDENCIES = uclibc pkgconfig png jpeg tiff $(LIBGTK2_DEPENDENCIES_EXTRA) libglib2 cairo pango atk
>
> $(eval $(call AUTOTARGETS,package,libgtk2))
>
I also had to up the version to 2.12.11 to get a correct build.
__
Ormund
next prev parent reply other threads:[~2008-08-26 13:42 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-26 12:19 [Buildroot] svn commit: trunk/buildroot/package/libgtk2 laird at uclibc.org
2008-08-26 13:15 ` Peter Korsgaard
2008-08-26 13:32 ` Daniel Laird
2008-08-26 13:38 ` Peter Korsgaard
2008-08-26 14:04 ` Bernhard Reutner-Fischer
2008-08-26 14:07 ` Bernhard Reutner-Fischer
2008-08-26 14:54 ` Peter Korsgaard
2008-08-26 13:48 ` Bernhard Reutner-Fischer
2008-08-26 14:07 ` Peter Korsgaard
2008-08-26 14:11 ` Bernhard Reutner-Fischer
2008-08-26 14:13 ` Daniel Laird
2008-08-26 13:42 ` Ormund Williams [this message]
2008-08-26 13:49 ` Daniel Laird
-- strict thread matches above, loose matches on Subject: below --
2009-01-18 10:57 ulf at uclibc.org
2009-01-18 11:05 ` Peter Korsgaard
2009-01-18 13:11 ` Sven Neumann
2009-01-18 13:43 ` Daniel Laird
2009-01-18 13:48 ` Peter Korsgaard
2009-01-14 22:11 ulf at uclibc.org
2009-01-15 8:36 ` Thomas Lundquist
2009-01-15 20:18 ` Ulf Samuelsson
2009-01-15 20:26 ` Peter Korsgaard
2009-01-15 20:37 ` Ulf Samuelsson
2008-12-31 9:35 jacmet at uclibc.org
2008-12-26 15:36 jacmet at uclibc.org
2008-12-26 15:36 jacmet at uclibc.org
2008-10-27 9:45 jacmet at uclibc.org
2008-10-18 7:00 jacmet at uclibc.org
2008-08-26 13:45 laird at uclibc.org
2008-07-08 10:09 ulf at uclibc.org
2008-07-07 11:09 ulf at uclibc.org
2008-07-06 6:25 ulf at uclibc.org
2007-02-01 19:20 andersen at uclibc.org
2007-01-17 11:27 jacmet at uclibc.org
2007-01-17 0:04 andersen at uclibc.org
2007-01-14 23:27 andersen at uclibc.org
2007-01-14 23:26 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=1219758158.3307.64.camel@localhost.localdomain \
--to=ormundw@panix.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.