All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] qt: needs host-pkg-config
@ 2012-02-09 20:20 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2012-02-09 20:20 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=1e39b8a6ff5ba330688bc1a60d1e509d716b6900
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Closes #4760

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

diff --git a/CHANGES b/CHANGES
index a18ebc6..30ac42b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -65,6 +65,7 @@
 	#3691: New EFL packages
 	#4664: Cannot patch AT91Bootstrap
 	#4700: setlocalversion not working for combination svn/ubuntu 11.10...
+	#4760: Qt: add host-pkg-config to dependency-list
 
 2011.11, Released November 30th, 2011:
 
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 28a477a..34f05f9 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -15,7 +15,7 @@
 QT_VERSION = 4.7.4
 QT_SOURCE  = qt-everywhere-opensource-src-$(QT_VERSION).tar.gz
 QT_SITE    = http://get.qt.nokia.com/qt/source
-
+QT_DEPENDENCIES = host-pkg-config
 QT_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_QT_LICENSE_APPROVED),y)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-09 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-09 20:20 [Buildroot] [git commit] qt: needs host-pkg-config Peter Korsgaard

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.