From: sjhill at uclibc.org <sjhill@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libglib2
Date: Sat, 13 Jan 2007 17:02:36 -0800 (PST) [thread overview]
Message-ID: <20070114010236.A5BED485A1@busybox.net> (raw)
Author: sjhill
Date: 2007-01-13 17:02:36 -0800 (Sat, 13 Jan 2007)
New Revision: 17273
Log:
Make sure to install the 'libgthread' shared libraries as well. Also, allow for configuration of locale support or not.
Modified:
trunk/buildroot/package/libglib2/Config.in
trunk/buildroot/package/libglib2/libglib2.mk
Changeset:
Modified: trunk/buildroot/package/libglib2/Config.in
===================================================================
--- trunk/buildroot/package/libglib2/Config.in 2007-01-14 01:01:07 UTC (rev 17272)
+++ trunk/buildroot/package/libglib2/Config.in 2007-01-14 01:02:36 UTC (rev 17273)
@@ -1,9 +1,16 @@
config BR2_PACKAGE_LIBGLIB2
bool "libglib2"
default n
- select BR2_ENABLE_LOCALE
- select BR2_PACKAGE_LIBINTL
help
Low-level core library that forms the basis of GTK+ and GNOME.
http://www.gtk.org/
+
+config BR2_PACKAGE_LIBGLIB2_LOCALE
+ bool "libglib2-locale"
+ default n
+ select BR2_ENABLE_LOCALE
+ select BR2_PACKAGE_LIBINTL
+ select BR2_PACKAGE_PKGCONFIG
+ help
+ Enable locale support for Glib library.
Modified: trunk/buildroot/package/libglib2/libglib2.mk
===================================================================
--- trunk/buildroot/package/libglib2/libglib2.mk 2007-01-14 01:01:07 UTC (rev 17272)
+++ trunk/buildroot/package/libglib2/libglib2.mk 2007-01-14 01:02:36 UTC (rev 17273)
@@ -138,15 +138,25 @@
cp -a $(STAGING_DIR)/lib/libgmodule-2.0.so.0* $(TARGET_DIR)/lib/
cp -a $(STAGING_DIR)/lib/libgobject-2.0.so $(TARGET_DIR)/lib/
cp -a $(STAGING_DIR)/lib/libgobject-2.0.so.0* $(TARGET_DIR)/lib/
+ cp -a $(STAGING_DIR)/lib/libgthread-2.0.so $(TARGET_DIR)/lib/
+ cp -a $(STAGING_DIR)/lib/libgthread-2.0.so.0* $(TARGET_DIR)/lib/
$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libglib-2.0.so.0.*
$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libgmodule-2.0.so.0.*
$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libgobject-2.0.so.0.*
+ $(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libgthread-2.0.so.0.*
touch -c $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6
+ifeq ($(strip $(BR2_PACKAGE_LIBGLIB2_LOCAL)),y)
libglib2: uclibc gettext libintl pkgconfig $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6
+else
+libglib2: uclibc $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6
+endif
libglib2-clean:
- rm -f $(TARGET_DIR)/lib/$(LIBGLIB2_BINARY)
+ rm -f $(TARGET_DIR)/usr/lib/libglib-2.0*
+ rm -f $(TARGET_DIR)/usr/lib/libgmodule-2.0*
+ rm -f $(TARGET_DIR)/usr/lib/libgobject-2.0*
+ rm -f $(TARGET_DIR)/usr/lib/libgthread-2.0*
-$(MAKE) -C $(LIBGLIB2_DIR) clean
libglib2-dirclean:
next reply other threads:[~2007-01-14 1:02 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-14 1:02 sjhill at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-26 18:17 [Buildroot] svn commit: trunk/buildroot/package/libglib2 jacmet at uclibc.org
2009-01-16 21:18 ulf at uclibc.org
2009-01-10 14:55 thomasez at uclibc.org
2009-01-10 12:45 thomasez at uclibc.org
2009-01-10 11:44 thomasez at uclibc.org
2009-01-10 12:03 ` Peter Korsgaard
2008-12-29 11:05 jacmet at uclibc.org
2008-12-26 22:29 jacmet at uclibc.org
2008-10-26 20:02 jacmet at uclibc.org
2008-10-26 20:02 jacmet at uclibc.org
2008-08-31 20:23 jacmet at uclibc.org
2008-08-26 22:37 jacmet at uclibc.org
2008-08-26 22:37 jacmet at uclibc.org
2008-08-26 22:37 jacmet at uclibc.org
2008-08-30 16:42 ` Ormund Williams
2008-08-31 20:24 ` Peter Korsgaard
2008-03-06 18:15 ninevoltz at uclibc.org
2007-02-01 19:20 andersen at uclibc.org
2007-01-14 3:10 sjhill at uclibc.org
2007-01-10 10:30 andersen at uclibc.org
2007-01-10 7:22 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=20070114010236.A5BED485A1@busybox.net \
--to=sjhill@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