]> sigrok.org Git - libsigrok.git/commitdiff
configure: Accept glibmm-2.68 as an alternative to glibmm-2.4
authorGerhard Sittig <redacted>
Tue, 22 Nov 2022 10:11:50 +0000 (11:11 +0100)
committerGerhard Sittig <redacted>
Thu, 24 Nov 2022 12:52:01 +0000 (13:52 +0100)
Check for both glibmm-2.4 as well as glibmm-2.68. Prefer the former
when either is available, to remain backwards compatible.

This unbreaks builds on OS X with homebrew where only glibmm-2.68
is available.

Implementor's note: It's yet to get determined whether glibmm-2.68
is to get preferred, being the first stable release of that external
dependency. https://gitlab.gnome.org/GNOME/glibmm/-/blob/2.68.2/NEWS
The commit is phrased to simplify future adjustment of this preference.

This commit is based on work that was
Submitted-By: Fabrice Fontaine <redacted>

No differences found