projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3422383
)
enable linux framebuffer support for Qt (besides support for DirectFB)
author
Mirko Vogt
<mirko@openwrt.org>
Thu, 8 Apr 2010 00:26:35 +0000
(
00:26
+0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Thu, 8 Apr 2010 00:26:35 +0000
(
00:26
+0000)
SVN-Revision: 20743
Xorg/lib/qt4/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/qt4/Makefile
b/Xorg/lib/qt4/Makefile
index 97609dfcaccb48cbd3b92c6405bbb030647050b2..61aafce7f8823dbeb1a30b2ba63b2e06060565a7 100644
(file)
--- a/
Xorg/lib/qt4/Makefile
+++ b/
Xorg/lib/qt4/Makefile
@@
-261,7
+261,7
@@
define Build/Configure
-$(if $(CONFIG_PACKAGE_qt4-glib),glib,no-glib) \
-$(if $(CONFIG_PACKAGE_qt4-qt3support),qt3support,no-qt3support) \
-$(if $(CONFIG_FEATURE_drawing-backend_DirectFB),qt-gfx-directfb,) \
- -
no
-gfx-linuxfb \
+ -
qt
-gfx-linuxfb \
-no-gfx-multiscreen \
)
endef