config/companion_libs/ppl.in
changeset 2368 482a006e5b18
parent 2338 006e955b2343
child 2484 d1a8c2ae7946
     1.1 --- a/config/companion_libs/ppl.in	Thu Mar 17 22:08:33 2011 +0100
     1.2 +++ b/config/companion_libs/ppl.in	Mon Mar 28 01:07:31 2011 +0200
     1.3 @@ -10,16 +10,19 @@
     1.4      bool
     1.5      prompt "0.11.2 (EXPERIMENTAL)"
     1.6      depends on EXPERIMENTAL
     1.7 +    select PPL_0_11
     1.8  
     1.9  config PPL_V_0_11_1
    1.10      bool
    1.11      prompt "0.11.1 (EXPERIMENTAL)"
    1.12      depends on EXPERIMENTAL
    1.13 +    select PPL_0_11
    1.14  
    1.15  config PPL_V_0_11
    1.16      bool
    1.17      prompt "0.11 (EXPERIMENTAL)"
    1.18      depends on EXPERIMENTAL
    1.19 +    select PPL_0_11
    1.20  
    1.21  config PPL_V_0_10_2
    1.22      bool
    1.23 @@ -35,3 +38,13 @@
    1.24      default "0.11.1" if PPL_V_0_11_1
    1.25      default "0.11" if PPL_V_0_11
    1.26      default "0.10.2" if PPL_V_0_10_2
    1.27 +
    1.28 +# For PPL 0.11, we need to pull libpwl if configured static
    1.29 +config PPL_0_11
    1.30 +    bool
    1.31 +    default n
    1.32 +    select PPL_NEEDS_LIBPWL if ! COMPLIBS_SHARED
    1.33 +
    1.34 +config PPL_NEEDS_LIBPWL
    1.35 +    bool
    1.36 +    default n