diff mbox series

qt5wayland: fix config option indentation

Message ID 1508946657-25626-1-git-send-email-joshua.henderson@microchip.com
State Accepted
Commit f2b022893fd612f57171f79c3604582ea831dd2b
Headers show
Series qt5wayland: fix config option indentation | expand

Commit Message

Joshua Henderson Oct. 25, 2017, 3:50 p.m. UTC
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>
---
 package/qt5/qt5wayland/Config.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard Oct. 28, 2017, 7:11 a.m. UTC | #1
>>>>> "Joshua" == Joshua Henderson <joshua.henderson@microchip.com> writes:

 > 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>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/qt5/qt5wayland/Config.in b/package/qt5/qt5wayland/Config.in
index 82110cc..0182d3c 100644
--- a/package/qt5/qt5wayland/Config.in
+++ b/package/qt5/qt5wayland/Config.in
@@ -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