40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
From bc2e8bb21510162a8d10a5bb3a0dfc4e0034cc0e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com>
|
|
Date: Fri, 22 Mar 2019 16:12:41 +0100
|
|
Subject: [PATCH 18/23] configure: bump gobject >= 2.50
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This is required for using the new GObject macros.
|
|
|
|
According to commit 61fc548fe1a323dd2344c8ae267e3ce05e86da7d ("Bump
|
|
GLib version to 2.34"), RHEL6 is no longer supported.
|
|
|
|
GLib version across some distributions, from repology:
|
|
- Debian Stable (9): 2.50.3
|
|
- CentOS 7: 2.56.1
|
|
- Fedora 26: 2.52.3 (fwiw, Fedora 30: 2.60.0)
|
|
|
|
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index e77c452..a11c609 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -100,7 +100,7 @@ AC_ARG_ENABLE([static-uinput],
|
|
[enable_static_uinput="$enableval"],
|
|
[enable_static_uinput="no"])
|
|
|
|
-PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.34])
|
|
+PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.50])
|
|
PKG_CHECK_MODULES(X, [xfixes xrandr >= 1.3 xinerama x11])
|
|
PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.14.0])
|
|
PKG_CHECK_MODULES(ALSA, [alsa >= 1.0.22])
|
|
--
|
|
2.23.0
|
|
|