summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-07-16 23:54:21 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-16 23:55:12 +0200
commitb922151c25a5b0a2e5555700e0a809779809e436 (patch)
tree4139eadf1b49a81f0ee7e23d4b733992676cb069
parent1acd72a1ab7b1f9cac453d29ec55a6676a16f15b (diff)
qt: fix directfb dependency
Closes #2221 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES1
-rw-r--r--package/qt/qt.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 35e7fde1d..e1f8a0e0b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,6 +59,7 @@
#2155: Compression lzo don't set for ubifs
#2166: [SECURITY] Update libpng to 1.2.44
#2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
+ #2221: Qt does not compile (dependencies not taken into account?)
2010.05, Released May 30th, 2010:
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index b4b6b2995..dd43ae02b 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -115,6 +115,7 @@ QT_CONFIGURE += -no-gfx-multiscreen
endif
ifeq ($(BR2_PACKAGE_QT_GFX_DIRECTFB),y)
QT_CONFIGURE += -qt-gfx-directfb
+QT_DEP_LIBS+=directfb
else
QT_CONFIGURE += -no-gfx-directfb
endif