aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-03-23 15:25:07 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-03-23 15:26:32 +0100
commit16ade1c5d23b965628a59d071232ddb49fde8561 (patch)
treee4c88434f8ff0d5d2a80ecb2c3c85513f27fde83
parent42fbcb0b7d60e9ab56836656fa49ca1272ea19e9 (diff)
build: require libgudev 232 to include autoptr support
The code in git master already relies on autoptr support in GUdev types, which was introduced in commit 272533131c6ed38479a88805, included in libgudev 232. See https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/349
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5cf8240c..5485e263 100644
--- a/configure.ac
+++ b/configure.ac
@@ -222,7 +222,7 @@ dnl-----------------------------------------------------------------------------
dnl udev support (enabled by default)
dnl
-GUDEV_VERSION=147
+GUDEV_VERSION=232
AC_ARG_WITH(udev, AS_HELP_STRING([--without-udev], [Build without udev support]), [], [with_udev=yes])
AM_CONDITIONAL(WITH_UDEV, test "x$with_udev" = "xyes")