config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Sep 12 10:18:36 2009 +0200 (2009-09-12)
changeset 1531 d173907c6c7e
parent 1386 7995942261f2
child 1534 d4ddf19a1968
permissions -rw-r--r--
comp-libs/mpc: add latest 0.7 version.
     1 # MPC options
     2 
     3 choice
     4     bool
     5     prompt "MPC version"
     6 
     7 config MPC_V_0_6
     8     bool
     9     prompt "0.6"
    10 
    11 config MPC_V_0_7
    12     bool
    13     prompt "0.7"
    14 
    15 # CT_INSERT_VERSION_ABOVE
    16 # Don't remove above line!
    17 endchoice
    18 
    19 config MPC_VERSION
    20     string
    21     default "0.6" if MPC_V_0_6
    22     default "0.7" if MPC_V_0_7
    23 # CT_INSERT_VERSION_STRING_ABOVE
    24 # Don't remove above line!