config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Dec 29 22:11:09 2009 +0100 (2009-12-29)
changeset 1668 383c37e754df
parent 1535 073d351bdcd3
child 1695 a86fcf9e4fcd
permissions -rw-r--r--
scripts/functions: simplify wget vs. curl check
     1 # MPC options
     2 
     3 choice
     4     bool
     5     prompt "MPC version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config MPC_V_0_7
    10     bool
    11     prompt "0.7"
    12 
    13 config MPC_V_0_6
    14     bool
    15     prompt "0.6 (OBSOLETE)"
    16     depends on OBSOLETE
    17 
    18 endchoice
    19 
    20 config MPC_VERSION
    21     string
    22 # Don't remove next line
    23 # CT_INSERT_VERSION_STRING_BELOW
    24     default "0.7" if MPC_V_0_7
    25     default "0.6" if MPC_V_0_6