Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] qt5wayland: fix config option indentation
@ 2017-10-25 15:50 Joshua Henderson
  2017-10-28  7:11 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Henderson @ 2017-10-25 15:50 UTC (permalink / raw)
  To: buildroot

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

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] qt5wayland: fix config option indentation
  2017-10-25 15:50 [Buildroot] [PATCH] qt5wayland: fix config option indentation Joshua Henderson
@ 2017-10-28  7:11 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-10-28  7:11 UTC (permalink / raw)
  To: buildroot

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

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-28  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-25 15:50 [Buildroot] [PATCH] qt5wayland: fix config option indentation Joshua Henderson
2017-10-28  7:11 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox