[PATCH] config: libudev input-hotplugging requires libudev >= 148
Ingmar Vanhassel
ingmar at exherbo.org
Wed Jan 6 14:59:08 PST 2010
The commit message for 435f276 states this correctly, but the
requirement somehow ended up as libudev >= 143.
Signed-off-by: Ingmar Vanhassel <ingmar at exherbo.org>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7e2c6a5..fee0e20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -776,7 +776,7 @@ LIBXI="xi >= 1.2.99.1"
LIBXTST="xtst >= 1.0.99.2"
LIBPCIACCESS="pciaccess >= 0.8.0"
LIBGLIB="glib-2.0 >= 2.16"
-LIBUDEV="libudev >= 143"
+LIBUDEV="libudev >= 148"
if test "x$CONFIG_UDEV" = xyes &&
{ test "x$CONFIG_DBUS_API" = xyes || test "x$CONFIG_HAL" = xyes; }; then
--
1.6.6
More information about the xorg-devel
mailing list