qt5wayland: fix config option indentation

Reorganize so the optional composer option for the qt5wayland package shows up
as an indented option.

Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Joshua Henderson 2017-10-25 08:50:57 -07:00 committed by Peter Korsgaard
parent aff7673602
commit f2b022893f

View File

@ -1,3 +1,7 @@
comment "qt5wayland needs an OpenGL-capable backend"
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
config BR2_PACKAGE_QT5WAYLAND
bool "qt5wayland"
depends on BR2_PACKAGE_QT5_GL_AVAILABLE
@ -12,10 +16,6 @@ config BR2_PACKAGE_QT5WAYLAND
http://qt.io
comment "qt5wayland needs an OpenGL-capable backend"
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
if BR2_PACKAGE_QT5WAYLAND
config BR2_PACKAGE_QT5WAYLAND_COMPOSITOR