mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
qb: Fix undefined udev references without pkg-config
This commit is contained in:
parent
f0becad9d9
commit
c4dd3bbdce
@ -425,7 +425,10 @@ if [ "$HAVE_UDEV" != "no" ]; then
|
||||
check_pkgconf UDEV libudev
|
||||
if [ "$HAVE_UDEV" = "no" ]; then
|
||||
HAVE_UDEV=auto; check_lib '' UDEV "-ludev"
|
||||
[ "$HAVE_UDEV" = "yes" ] && UDEV_LIBS=-ludev
|
||||
if [ "$HAVE_UDEV" = "yes" ]; then
|
||||
UDEV_LIBS='-ludev'
|
||||
PKG_CONF_USED="$PKG_CONF_USED UDEV"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user