Browse Source

qt: needs host-pkg-config

Closes #4760

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Frederik Pasch 13 years ago
parent
commit
1e39b8a6ff
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGES
  2. 1 1
      package/qt/qt.mk

+ 1 - 0
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:
 

+ 1 - 1
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)