diff options
Diffstat (limited to 'package/qt/Config.gfx.in')
-rw-r--r-- | package/qt/Config.gfx.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt/Config.gfx.in b/package/qt/Config.gfx.in index 70adeef2ff..5e6619c7b8 100644 --- a/package/qt/Config.gfx.in +++ b/package/qt/Config.gfx.in @@ -20,12 +20,12 @@ comment "directfb Qt driver not available (need directfb)" depends on !BR2_PACKAGE_DIRECTFB config BR2_PACKAGE_QT_GFX_DIRECTFB - depends on BR2_PACKAGE_DIRECTFB bool "directFB" + depends on BR2_PACKAGE_DIRECTFB config BR2_PACKAGE_QT_GFX_POWERVR + bool "powervr" depends on BR2_PACKAGE_QT_OPENGL_ES depends on BR2_PACKAGE_HAS_POWERVR - bool "powervr" endmenu |