config/companion_libs/ppl.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Mar 03 19:26:08 2011 +0100 (2011-03-03)
changeset 2326 3d0a8d386afd
parent 2072 72b3996ba3e6
child 2338 006e955b2343
permissions -rw-r--r--
debug/gdb: chmod ncurses files to u+w

The ncurses-5.7 tarball contains only RO files.
We have to chmod them u+w.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 # PPL options
     2 
     3 choice
     4     bool
     5     prompt "PPL version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config PPL_V_0_11_1
    10     bool
    11     prompt "0.11.1 (EXPERIMENTAL)"
    12     depends on EXPERIMENTAL
    13 
    14 config PPL_V_0_11
    15     bool
    16     prompt "0.11 (EXPERIMENTAL)"
    17     depends on EXPERIMENTAL
    18 
    19 config PPL_V_0_10_2
    20     bool
    21     prompt "0.10.2"
    22 
    23 endchoice
    24 
    25 config PPL_VERSION
    26     string
    27 # Don't remove next line
    28 # CT_INSERT_VERSION_STRING_BELOW
    29     default "0.11.1" if PPL_V_0_11_1
    30     default "0.11" if PPL_V_0_11
    31     default "0.10.2" if PPL_V_0_10_2