alsa-utils/Config.in: move comment to top, to fix nesting of config options
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sun, 23 Feb 2014 10:11:19 +0000 (11:11 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 23 Feb 2014 11:33:24 +0000 (12:33 +0100)
To allow proper nesting of suboptions of a package, the suboptions should
come directly after the main option, and cannot be interleaved with a
comment.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/alsa-utils/Config.in

index 639859351d74b658dc71ed9ec8e5ca938fff050e..58ecf51d0fb8deeb286177a5f45af7d84b5e2e43 100644 (file)
@@ -1,3 +1,7 @@
+comment "alsa-utils needs a toolchain w/ largefile, threads"
+       depends on BR2_USE_MMU # fork
+       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_ALSA_UTILS
        bool "alsa-utils"
        depends on BR2_USE_MMU # fork
@@ -10,10 +14,6 @@ config BR2_PACKAGE_ALSA_UTILS
 
          http://www.alsa-project.org/
 
-comment "alsa-utils needs a toolchain w/ largefile, threads"
-       depends on BR2_USE_MMU # fork
-       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
-
 if BR2_PACKAGE_ALSA_UTILS
 menu "ALSA utils selection"