diff options
author | Joshua Henderson <joshua.henderson@microchip.com> | 2017-10-25 08:50:57 -0700 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-10-28 09:11:25 +0200 |
commit | f2b022893fd612f57171f79c3604582ea831dd2b (patch) | |
tree | cc61048e665504e2b3678c1e2151bd82027b88b2 | |
parent | aff7673602d21b599470227edf323e72831dd3eb (diff) | |
download | buildroot-f2b022893fd612f57171f79c3604582ea831dd2b.tar.gz buildroot-f2b022893fd612f57171f79c3604582ea831dd2b.zip |
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>
-rw-r--r-- | package/qt5/qt5wayland/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/qt5/qt5wayland/Config.in b/package/qt5/qt5wayland/Config.in index 82110ccefc..0182d3ca56 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 |