diff options
author | Daniel P. Berrangé | 2021-05-14 14:04:13 +0200 |
---|---|---|
committer | Thomas Huth | 2021-06-02 09:11:32 +0200 |
commit | b4c6036faa995a0ec00d45901aa722ab2dd14341 (patch) | |
tree | 5dc6714096c91e986d2333acc26823528b2be49a /configure | |
parent | tests/docker: drop CentOS 7 container (diff) | |
download | qemu-b4c6036faa995a0ec00d45901aa722ab2dd14341.tar.gz qemu-b4c6036faa995a0ec00d45901aa722ab2dd14341.tar.xz qemu-b4c6036faa995a0ec00d45901aa722ab2dd14341.zip |
configure: bump min required glib version to 2.56
The glib version was not previously constrained by RHEL-7 since it
rebases fairly often. Instead SLES 12 and Ubuntu 16.04 were the
constraints in 00f2cfbbec63fb6f5a7789797a62ccedd22466ea. Both of
these are old enough that they are outside our platform support
matrix now.
Per repology, current shipping versions are:
RHEL-8: 2.56.4
Debian Buster: 2.58.3
openSUSE Leap 15.2: 2.62.6
Ubuntu LTS 18.04: 2.56.4
Ubuntu LTS 20.04: 2.64.6
FreeBSD: 2.66.7
Fedora 33: 2.66.8
Fedora 34: 2.68.1
OpenBSD: 2.68.1
macOS HomeBrew: 2.68.1
Thus Ubuntu LTS 18.04 / RHEL-8 are the constraint for GLib version
at 2.56
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-11-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3307,7 +3307,7 @@ done ########################################## # glib support probe -glib_req_ver=2.48 +glib_req_ver=2.56 glib_modules=gthread-2.0 if test "$modules" = yes; then glib_modules="$glib_modules gmodule-export-2.0" |