summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb')
-rw-r--r--meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb b/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb
index b3aa1e559c..bae0340faf 100644
--- a/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb
+++ b/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb
@@ -9,7 +9,7 @@ QT_GRAPHICS_SYSTEM ?= "raster"
9VIRTUAL-RUNTIME_xserver_common ?= "x11-common" 9VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
10 10
11def _get_extra_rdepends(d): 11def _get_extra_rdepends(d):
12 gs = d.getVar('QT_GRAPHICS_SYSTEM', 1) 12 gs = d.getVar('QT_GRAPHICS_SYSTEM', True)
13 if gs == "opengl": 13 if gs == "opengl":
14 return "qt4-plugin-graphicssystems-glgraphicssystem" 14 return "qt4-plugin-graphicssystems-glgraphicssystem"
15 15