|
@ -29,3 +29,8 @@ fi |
|
|
if pkginstalled -f libofx; then |
|
|
if pkginstalled -f libofx; then |
|
|
var_append extraconfopt ' ' '--enable-ofx' |
|
|
var_append extraconfopt ' ' '--enable-ofx' |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# Python bindings |
|
|
|
|
|
if pkginstalled -f python; then |
|
|
|
|
|
var_append extraconfopt ' ' '--enable-python-bindings' |
|
|
|
|
|
fi |