GNOME Bugzilla – Bug 783246
Python plugin should be built more predictably
Last modified: 2021-06-03 17:46:30 UTC
Created attachment 352898 [details] [review] Python plugin should be built more predictably. Enabling Python is the sole ./configure option that defaults to something not predictable. $ ./configure --help|grep auto --enable-python build python bindings default=auto --with-database enable database support [default=no] (auto/no/gda3) The patch turn the default to no. $ ./configure --help|grep python --enable-python build python bindings [default=no] --enable-python-plugin build python plugin [default=no]
A slightly differently whitespaced patch of the same thing got filed by you into https://gitlab.gnome.org/World/planner/-/merge_requests/16 as well already, so closing this old bug here in favor of that. Though this is all on top of autotools, which is now gone from main branch, so this patch is obsolete (but other commits in that MR may be still found useful)