Home | History | Annotate | Download | only in dist

Lines Matching refs:udev

1595   --disable-udev          Disable udev-based monitor hotplug detection
1665 UDEV_CFLAGS C compiler flags for UDEV, overriding pkg-config
1666 UDEV_LIBS linker flags for UDEV, overriding pkg-config
18980 # Check whether --enable-udev was given.
18982 enableval=$enable_udev; UDEV="$enableval"
18984 UDEV=auto
18988 if test "x$UDEV" != "xno"; then
18991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV" >&5
18992 $as_echo_n "checking for UDEV... " >&6; }
19048 udev="no"
19052 udev="no"
19058 udev="yes"
19060 if test "x$UDEV" = "xyes" -a "x$udev" != "xyes"; then
19061 as_fn_error $? "udev support requested but not found (libudev)" "$LINENO" 5
19063 if test "x$udev" = "xyes"; then