|
|
@ -24,3 +24,8 @@ hook_add preconf 9 "autoreconf -v -I $(pkgprefix -r datadir gconf)/aclocal" |
|
|
|
if pkginstalled -f aqbanking; then |
|
|
|
var_append extraconfopt ' ' '--enable-aqbanking' |
|
|
|
fi |
|
|
|
|
|
|
|
# OFX support |
|
|
|
if pkginstalled -f libofx; then |
|
|
|
var_append extraconfopt ' ' '--enable-ofx' |
|
|
|
fi |