diff options
Diffstat (limited to 'meta/recipes-qt/qt4-graphics-system')
-rw-r--r-- | meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb | 2 |
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 b3aa1e559..bae0340fa 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" VIRTUAL-RUNTIME_xserver_common ?= "x11-common" def _get_extra_rdepends(d): - gs = d.getVar('QT_GRAPHICS_SYSTEM', 1) + gs = d.getVar('QT_GRAPHICS_SYSTEM', True) if gs == "opengl": return "qt4-plugin-graphicssystems-glgraphicssystem" |