config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 30 19:34:08 2009 +0200 (2009-08-30)
changeset 1498 c2d0b8c87386
parent 1384 b23f3c2e0c73
child 1531 d173907c6c7e
permissions -rw-r--r--
config: swap the debug and tools sub-menus

ltrace, in the debug sub-menu, selects libelf, in the tools sub-menu.
Inverse the order of the two sub-menus, so that the user does not have
to go back and forth between the two sub-menus.
yann@1384
     1
# MPC options
yann@1384
     2
yann@1384
     3
choice
yann@1384
     4
    bool
yann@1384
     5
    prompt "MPC version"
yann@1384
     6
yann@1384
     7
config MPC_V_0_6
yann@1384
     8
    bool
yann@1384
     9
    prompt "0.6"
yann@1384
    10
yann@1384
    11
# CT_INSERT_VERSION_ABOVE
yann@1384
    12
# Don't remove above line!
yann@1384
    13
endchoice
yann@1384
    14
yann@1384
    15
config MPC_VERSION
yann@1384
    16
    string
yann@1384
    17
    default "0.6" if MPC_V_0_6
yann@1384
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@1384
    19
# Don't remove above line!