diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-10-08 04:07:46 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-08 15:50:10 +0200 |
commit | 67be00639756dd0193b090da5d759b134b2e9436 (patch) | |
tree | 0fc19fe409a987ceafec8efe8758cc2f928eafb0 | |
parent | 0cf24787efdc1d20f846fd5838ec5d5b4e8ac9cf (diff) | |
download | meta-qt5-67be00639756dd0193b090da5d759b134b2e9436.tar.gz |
qtbase.inc: PACKAGECONFIG[linuxfb] shouldn't depend on nonexistent linuxfb package
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index b2fa6455..5d2d598f 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -106,7 +106,7 @@ PACKAGECONFIG[gstreamer] = "-gstreamer,-no-gstreamer,gstreamer" | |||
106 | PACKAGECONFIG[fontconfig] = "-fontconfig,-no-fontconfig,fontconfig" | 106 | PACKAGECONFIG[fontconfig] = "-fontconfig,-no-fontconfig,fontconfig" |
107 | PACKAGECONFIG[gtkstyle] = "-gtkstyle,-no-gtkstyle,gtk+" | 107 | PACKAGECONFIG[gtkstyle] = "-gtkstyle,-no-gtkstyle,gtk+" |
108 | PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" | 108 | PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" |
109 | PACKAGECONFIG[linuxfb] = "-linuxfb,-no-linuxfb,linuxfb" | 109 | PACKAGECONFIG[linuxfb] = "-linuxfb,-no-linuxfb" |
110 | PACKAGECONFIG[mitshm] = "-mitshm,-no-mitshm,mitshm" | 110 | PACKAGECONFIG[mitshm] = "-mitshm,-no-mitshm,mitshm" |
111 | PACKAGECONFIG[kms] = "-kms,-no-kms,kms" | 111 | PACKAGECONFIG[kms] = "-kms,-no-kms,kms" |
112 | # needed for qtdeclarative (qtdeclarative.do_configure fails to find quick module without) | 112 | # needed for qtdeclarative (qtdeclarative.do_configure fails to find quick module without) |