reorganize/rationalize/format package menuconfig,
[openwrt.git] / package / libtool / Config.in
index d45eca3..5102863 100644 (file)
@@ -1,13 +1,14 @@
+config BR2_COMPILE_LIBTOOL
+       bool
+       depends BR2_PACKAGE_LIBLTDL
+
 config BR2_PACKAGE_LIBLTDL
-       tristate "libltdl (a generic dynamic object loading library)"
+       prompt "libltdl........................... A generic dynamic object loading library"
+       tristate
        default m if CONFIG_DEVEL
+       select BR2_COMPILE_LIBTOOL
        help
          A generic dynamic object loading library.
          
          http://www.gnu.org/software/libtool/
-         
-
-config BR2_PACKAGE_LIBTOOL
-       tristate
-       default BR2_PACKAGE_LIBLTDL
 
This page took 0.025564 seconds and 4 git commands to generate.