diff options
Diffstat (limited to 'package/qt/Config.gfx.in')
-rw-r--r-- | package/qt/Config.gfx.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/qt/Config.gfx.in b/package/qt/Config.gfx.in index 0e222dd03..dc706657d 100644 --- a/package/qt/Config.gfx.in +++ b/package/qt/Config.gfx.in @@ -16,4 +16,11 @@ config BR2_PACKAGE_QT_GFX_VNC config BR2_PACKAGE_QT_GFX_MULTISCREEN bool "multiscreen" +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" + endmenu |