Open
Description
The CMake file always tries to download wxWidgets from the git source rather than using the OS version. This makes packaging this software for GNU Guix SD much harder as Guix (the package manager) is source based and cannot download any new code for the source code when compiling so the code always remains reproducible.
Adding a check to see if wxwidgets is available locally in the cmake should be done to prevent this problem. This may help with packaging on other distributions as well as they can link their compiled binaries against their already packaged version of WxWidgets.
Metadata
Metadata
Assignees
Labels
Projects
Status
It's a BUG