libunistring: move at the right location in menuconfig
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 27 Oct 2014 21:39:36 +0000 (22:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 27 Oct 2014 21:39:36 +0000 (22:39 +0100)
It should be in "Libraries" -> "Text" instead of "Libraries" ->
"Other", and also entries should be sorted alphabetically.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in

index 8865c1e6d6f7f694cb55949ef5feff3bcb0c5e82..4f16a3923f95d75ae40936972c073626258a0aff 100644 (file)
@@ -909,7 +909,6 @@ menu "Other"
        source "package/startup-notification/Config.in"
        source "package/tz/Config.in"
        source "package/tzdata/Config.in"
-       source "package/libunistring/Config.in"
 endmenu
 
 menu "Security"
@@ -924,6 +923,7 @@ menu "Text and terminal handling"
        source "package/libestr/Config.in"
        source "package/libfribidi/Config.in"
        source "package/libiconv/Config.in"
+       source "package/libunistring/Config.in"
        source "package/linenoise/Config.in"
        source "package/ncurses/Config.in"
        source "package/newt/Config.in"