summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
Commit message (Collapse)AuthorAgeFilesLines
* glib: add missing quotesMichael Olbrich2019-02-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: Add switch to enable feature libmount in glibGavin Schenk2019-01-231-0/+8
| | | | | | | Introduce a new switch GLIB_LIBMOUNT, that optionally enables feature libmount in glib Signed-off-by: Gavin Schenk <g.schenk@eckelmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.48.0 -> 2.48.1Michael Olbrich2016-06-151-4/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: use 'real' libpcreMichael Olbrich2016-04-211-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.44.0 -> 2.46.0Michael Olbrich2015-10-151-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: add gdbus tool supportRobert Schwebel2015-04-171-0/+7
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: cleanupMichael Olbrich2014-06-181-16/+0
| | | | | | GLIB_GETTEXT_* is no longer used. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove gettext-dummyMichael Olbrich2014-04-071-5/+0
| | | | | | It's not really and can break builds if used accidentally. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* WIP: glib: version bump 2.28.1 -> 2.30.2Robert Schwebel2011-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need libffi now. Compile-tested with all packets that select GLIB: [x] atk [x] connman [x] consolekit [x] dbus-glib [x] dconf [x] devicekit-disks [x] eggdbus [x] gst-plugins-bad [x] gst-plugins-base [x] gst-plugins-gl [x] gst-plugins-ugly [x] gstreamer [x] hal [x] irssi [x] latencytop [x] libcroco [x] libgdbus [x] libgee [x] libgsf [x] mc [x] mono [x] pango [x] policykit [x] polkit [x] pygobject [x] qt4 [x] rrdtool [x] syslogng [x] udev [x] udev [x] udisks [x] wireshark [x] poppler [x] gtk [ ] gtkmm [ ] gst-plugins-good Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* glib: version bump 2.26.1 -> 2.28.0Robert Schwebel2011-02-181-3/+3
| | | | | | | | | | | | | There is a new stable series out there, so this patch bumps to 2.28. As this is almost identical with the former 2.27.93 beta version, remove the experimental version for now. The result was build-tested with the AllYes BSP. We leave the experimental mechanism in the rules file: there is currently no experimental series released yet, but this will happen again in the future. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [glib] add missing dependenciesMichael Olbrich2011-01-151-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: check if splice() takes 6 argumentsGeorge McCollister2010-12-231-0/+1
| | | | | | | | | | checking for the presence of splice() isn't sufficient. Older implimentations only accept 4 arguments while this version of glib assumes that it takes 6. glib now selects HOST_GTK_DOC which it needs to do autogen. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [glib] version bump 2.22.2 -> 2.24.1Uwe Kleine-König2010-08-021-1/+1
| | | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> [mkl: zlib is mandatory for new glib version] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [glib] consolidate symbolsRobert Schwebel2010-06-031-6/+6
| | | | | | Change __ to _, add migration helper. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [glib] add experimental glib-2.25.xRobert Schwebel2010-06-031-0/+6
| | | | | | Add glib-2.25.x rules to ptxdist. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [glib] version bump -> 2.22.2 and remove option for devel versionMichael Olbrich2009-10-301-14/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [glib] select iconvMarc Kleine-Budde2009-06-101-0/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10727 33e552b5-05e3-0310-8538-816dae2090ed
* iconv: rework iconv handling in ptxdistRobert Schwebel2009-06-091-19/+0
| | | | | | | | | | libiconv provides functionality that is already provided by glibc. So we consolidate ptxdist to use native glibc iconv instead of libiconv support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10681 33e552b5-05e3-0310-8538-816dae2090ed
* [glib] add option to use iconv implementation of c libraryMarc Kleine-Budde2009-03-251-2/+6
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10170 33e552b5-05e3-0310-8538-816dae2090ed
* * gtk: updated all gtk stack components to latest stableRobert Schwebel2009-03-021-3/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9906 33e552b5-05e3-0310-8538-816dae2090ed
* * glib: make 2.14 and 2.19 exclusiveRobert Schwebel2009-02-021-1/+15
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9702 33e552b5-05e3-0310-8538-816dae2090ed
* * glib: add version info to glib promptsRobert Schwebel2009-02-021-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9701 33e552b5-05e3-0310-8538-816dae2090ed
* * gtk: migrate to autogenerated menuesRobert Schwebel2008-12-201-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9276 33e552b5-05e3-0310-8538-816dae2090ed
* * menu cleanup. "--->" Should now appear in the same column in all menus.Michael Olbrich2008-06-101-5/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8484 33e552b5-05e3-0310-8538-816dae2090ed
* * : d-g.in tristate changesMichael Grzeschik2008-06-041-7/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
* * glib.in:Marc Kleine-Budde2008-05-261-7/+4
| | | | | | | indention, remove ARCH_ git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8237 33e552b5-05e3-0310-8538-816dae2090ed
* * glib.in, glib.make:Marc Kleine-Budde2008-04-151-11/+33
| | | | | | | added gettext-dummy git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8018 33e552b5-05e3-0310-8538-816dae2090ed
* * glib: fix libiconv dependencyRobert Schwebel2007-10-171-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7445 33e552b5-05e3-0310-8538-816dae2090ed
* * glib: hardcode iconv only for host toolRobert Schwebel2007-10-171-3/+13
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7438 33e552b5-05e3-0310-8538-816dae2090ed
* * gtk: backport from TechPoolRobert Schwebel2007-10-021-36/+12
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7341 33e552b5-05e3-0310-8538-816dae2090ed
* * glib.in: Correcting dependenciesJuergen Beisert2007-06-211-5/+4
| | | | | | | - depends now on external libiconv if selected git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7204 33e552b5-05e3-0310-8538-816dae2090ed
* * glib: updateRobert Schwebel2007-03-271-2/+38
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7074 33e552b5-05e3-0310-8538-816dae2090ed
* added glib hosttool to enable crosscompiling on machines without glib-genmarshalLuotao Fu2007-02-021-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6983 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Marc Kleine-Budde2006-04-031-0/+9
https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5328 33e552b5-05e3-0310-8538-816dae2090ed