Open KaruroChori opened 1 week ago
For future reference: https://groups.google.com/g/mesonbuild/c/kEzh3OsgYXk https://www.fltk.org/str.php?L2180
Forked fltk should include the pc file to be discoverable. Or the meson file should add a bit of logic to use fltk-config.
fltk
should be handled as a required system dependency, and if a version >1.4 is provided (subject to future changes if new features are desirable)vs
is happy. This removes the need forvs
to directly handle system & distribution specific dependencies on behalf of fltk.A special
.deb
is provided to install the right version oflibfltk-dev
in flatpak and docker images.https://github.com/KaruroChori/vs-fltk/issues/17 and https://github.com/KaruroChori/vs-fltk/issues/12 are superseded by this issue.