mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: bump udev revision to pull in new rules files
This commit is contained in:
parent
882cdfc123
commit
38e3d83122
1 changed files with 1 additions and 1 deletions
|
|
@ -1059,7 +1059,7 @@ AC_ARG_ENABLE([udev],
|
|||
],
|
||||
[udev=auto])
|
||||
if test "x${udev}" != xno -a \( "x$HAVE_OSS" = "x1" -o "x$HAVE_ALSA" = "x1" \) ; then
|
||||
PKG_CHECK_MODULES(UDEV, [ libudev >= 137 ],
|
||||
PKG_CHECK_MODULES(UDEV, [ libudev >= 143 ],
|
||||
[
|
||||
HAVE_UDEV=1
|
||||
AC_DEFINE([HAVE_UDEV], 1, [Have UDEV.])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue