[at-spi2-core: 1/2] meson: increase minimum glib version to 2.67.4
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] meson: increase minimum glib version to 2.67.4
- Date: Tue, 7 Jun 2022 23:59:14 +0000 (UTC)
commit 1cc804b709e9ba88379df630d1d094e85e86cc73
Author: Sam James <sam gentoo org>
Date: Wed Jun 8 00:18:35 2022 +0100
meson: increase minimum glib version to 2.67.4
g_spawn_async_with_pipes_and_fds was introduced in 2.67.4, so
we need to increase the minimum version in meson.build.
Failure looks like:
```
/var/tmp/portage/app-accessibility/at-spi2-core-2.44.1/work/at-spi2-core-2.44.1/build/../bus/at-spi-bus-launcher.c:349:
undefined reference to `g_spawn_async_with_pipes_and_fds'
```
Bug: https://bugs.gentoo.org/850475
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1c5c77f3..27281004 100644
--- a/meson.build
+++ b/meson.build
@@ -119,7 +119,7 @@ endif
# Dependencies
libdbus_req_version = '>= 1.5'
-glib_req_version = '>= 2.62.0'
+glib_req_version = '>= 2.67.4'
gobject_req_version = '>= 2.0.0'
gmodule_req_version = '>= 2.0.0'
gio_req_version = '>= 2.28.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]