diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-16 23:54:21 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-16 23:55:12 +0200 |
commit | b922151c25a5b0a2e5555700e0a809779809e436 (patch) | |
tree | 4139eadf1b49a81f0ee7e23d4b733992676cb069 /package | |
parent | 1acd72a1ab7b1f9cac453d29ec55a6676a16f15b (diff) | |
download | buildroot-novena-b922151c25a5b0a2e5555700e0a809779809e436.tar.gz buildroot-novena-b922151c25a5b0a2e5555700e0a809779809e436.zip |
qt: fix directfb dependency
Closes #2221
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/qt/qt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |