The commit message for 435f276 states this correctly, but the requirement somehow ended up as libudev >= 143.
Signed-off-by: Ingmar Vanhassel <[email protected]> --- 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 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
