config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 10 13:12:28 2009 +0200 (2009-10-10)
changeset 1576 906b7509835e
parent 1534 d4ddf19a1968
child 1615 50b25816f5bb
permissions -rw-r--r--
docs: get rid of any reference to the now long-gone svn repository
     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"
    16 
    17 endchoice
    18 
    19 config MPC_VERSION
    20     string
    21 # Don't remove next line
    22 # CT_INSERT_VERSION_STRING_BELOW
    23     default "0.7" if MPC_V_0_7
    24     default "0.6" if MPC_V_0_6