mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/eudev: fix configure options
--enable-libkmod does not exist, but there's --enable-kmod. Also, add --enable-blkid to the list of options, since we already depend on it (from util-linux). Also do not align \ for line continuations. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
53e49ce9ca
commit
df8525530f
@ -20,7 +20,8 @@ EUDEV_CONF_OPTS = \
|
||||
--libexecdir=/lib \
|
||||
--with-firmware-path=/lib/firmware \
|
||||
--disable-introspection \
|
||||
--enable-libkmod
|
||||
--enable-kmod \
|
||||
--enable-blkid
|
||||
|
||||
EUDEV_DEPENDENCIES = host-gperf host-pkgconf util-linux kmod
|
||||
EUDEV_PROVIDES = udev
|
||||
|
Loading…
x
Reference in New Issue
Block a user