Browse Source

libproxy: improved to also build/install vala bindings if possible

stable/0.2
Christian Wiese 13 years ago
parent
commit
7449fd05b8
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      develop/libproxy/libproxy.conf

+ 5
- 0
develop/libproxy/libproxy.conf

@ -19,3 +19,8 @@ if pkginstalled perl; then
# install into 'vendor_perl' directory
var_append cmakeopt ' ' "-DPERL_VENDORINSTALL=yes"
fi
# vala bindings
if pkginstalled vala; then
var_append cmakeopt ' ' "-DWITH_VALA=yes"
fi

Loading…
Cancel
Save