diff --git a/office/gnucash/gnucash.conf b/office/gnucash/gnucash.conf index e1165158b..75aa00072 100644 --- a/office/gnucash/gnucash.conf +++ b/office/gnucash/gnucash.conf @@ -29,3 +29,8 @@ fi if pkginstalled -f libofx; then var_append extraconfopt ' ' '--enable-ofx' fi + +# Python bindings +if pkginstalled -f python; then + var_append extraconfopt ' ' '--enable-python-bindings' +fi