]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: bump minimum udev version to 219
authorJán Tomko <jtomko@redhat.com>
Mon, 13 May 2019 14:17:46 +0000 (16:17 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 16 May 2019 14:39:46 +0000 (16:39 +0200)
This is the version of systemd RHEL/CentOS 7 uses:
https://repology.org/project/systemd/versions
Oldest tracked openSUSE distros have 228,
Ubuntu 16.04 has 229 and Gentoo's alternative eudev
has bumped the version to 219 back in 2015.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
m4/virt-udev.m4

index cf977c650b4850e263ddce66f3c91542f8bde741..5bb9cd5c5fc32b9a3eff52bba8c74c7954e24486 100644 (file)
@@ -18,12 +18,12 @@ dnl <http://www.gnu.org/licenses/>.
 dnl
 
 AC_DEFUN([LIBVIRT_ARG_UDEV],[
-  LIBVIRT_ARG_WITH_FEATURE([UDEV], [libudev], [check], [145])
+  LIBVIRT_ARG_WITH_FEATURE([UDEV], [libudev], [check], [219])
 ])
 
 AC_DEFUN([LIBVIRT_CHECK_UDEV],[
   AC_REQUIRE([LIBVIRT_CHECK_PCIACCESS])
-  LIBVIRT_CHECK_PKG([UDEV], [libudev], [145])
+  LIBVIRT_CHECK_PKG([UDEV], [libudev], [219])
 
   if test "$with_udev" = "yes" && test "$with_pciaccess" != "yes" ; then
     AC_MSG_ERROR([You must install the pciaccess module to build with udev])