blob: 1cd24572f85e1dfacad3e0575255a6a08f05ac22 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001Upstream-Status: Backport [https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/commit/e4bce21a]
2
3Signed-off-by: Kai Kang <kai.kang@windriver.com>
4
5From e4bce21a1bd744ccfde84de4669ac30aa1d72135 Mon Sep 17 00:00:00 2001
6From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
7Date: Fri, 2 Dec 2022 20:18:46 +0100
8Subject: [PATCH] build: Bump GLib minimum required to 2.26
9
10This is the minimum required to build since xfce4-dev-tools >= 4.17.1
11set GLIB_VERSION_MAX_ALLOWED to the GLib version found in
12configure.ac.in.
13
14MR: !3
15---
16 configure.ac | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/configure.ac b/configure.ac
20index a458785..bc6d24c 100644
21--- a/configure.ac
22+++ b/configure.ac
23@@ -61,7 +61,7 @@ dnl -------------------------------------------------------
24 dnl Packages checks
25 dnl -------------------------------------------------------
26 XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.22.0])
27-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0])
28+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.26.0])
29 XDT_CHECK_PACKAGE([THUNARX], [thunarx-3], [1.0.1])
30
31 dnl -------------------------------------------------------
32--
332.34.1
34