Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master] qt: ensure libglib2 is built before qt if enabled for Qt's glib support
@ 2010-01-15 13:48 Peter Korsgaard
  2010-01-15 20:35 ` Lionel Landwerlin
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2010-01-15 13:48 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=8086dfa32fafb91102be5b7516088cde9f2b8699
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/qt/qt.mk |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 4b6876f..a3a466a 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -48,6 +48,11 @@ else
 QT_CONFIGURE+= -no-qt3support
 endif
 
+# ensure glib is built first if enabled for Qt's glib support
+ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
+QT_DEP_LIBS+=libglib2
+endif
+
 
 ### Pixel depths
 QT_PIXEL_DEPTHS := # empty
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit master] qt: ensure libglib2 is built before qt if enabled for Qt's glib support
  2010-01-15 13:48 [Buildroot] [git commit master] qt: ensure libglib2 is built before qt if enabled for Qt's glib support Peter Korsgaard
@ 2010-01-15 20:35 ` Lionel Landwerlin
  2010-01-15 21:40   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Lionel Landwerlin @ 2010-01-15 20:35 UTC (permalink / raw)
  To: buildroot

Le vendredi 15 janvier 2010 ? 14:48 +0100, Peter Korsgaard a ?crit :
> commit: http://git.buildroot.net/buildroot/commit/?id=8086dfa32fafb91102be5b7516088cde9f2b8699
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  package/qt/qt.mk |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/package/qt/qt.mk b/package/qt/qt.mk
> index 4b6876f..a3a466a 100644
> --- a/package/qt/qt.mk
> +++ b/package/qt/qt.mk
> @@ -48,6 +48,11 @@ else
>  QT_CONFIGURE+= -no-qt3support
>  endif
>  
> +# ensure glib is built first if enabled for Qt's glib support
> +ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
> +QT_DEP_LIBS+=libglib2
> +endif
> +
>  
>  ### Pixel depths
>  QT_PIXEL_DEPTHS := # empty

Hi Peter,

There is also an option in the Qt configuration for glib integration. It
would be nice to have access to it through KConfig.

--
Lionel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit master] qt: ensure libglib2 is built before qt if enabled for Qt's glib support
  2010-01-15 20:35 ` Lionel Landwerlin
@ 2010-01-15 21:40   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-01-15 21:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Lionel" == Lionel Landwerlin <llandwerlin@gmail.com> writes:

Hi,

 Lionel> Hi Peter,

 Lionel> There is also an option in the Qt configuration for glib
 Lionel> integration. It would be nice to have access to it through
 Lionel> KConfig.

Do you mean something to force the glib dependency or something to not
enable the glib support even though the user has enabled glib?

We typically don't have user selectable configs for those kind of stuff
(X support, glib, ..) to keep the amount of settings to a sane number.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-15 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-15 13:48 [Buildroot] [git commit master] qt: ensure libglib2 is built before qt if enabled for Qt's glib support Peter Korsgaard
2010-01-15 20:35 ` Lionel Landwerlin
2010-01-15 21:40   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox