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
@ -14,13 +14,14 @@ EUDEV_INSTALL_STAGING = YES
|
||||
# mq_getattr is in librt
|
||||
EUDEV_CONF_ENV += LIBS=-lrt
|
||||
|
||||
EUDEV_CONF_OPTS = \
|
||||
--disable-manpages \
|
||||
--sbindir=/sbin \
|
||||
--libexecdir=/lib \
|
||||
--with-firmware-path=/lib/firmware \
|
||||
--disable-introspection \
|
||||
--enable-libkmod
|
||||
EUDEV_CONF_OPTS = \
|
||||
--disable-manpages \
|
||||
--sbindir=/sbin \
|
||||
--libexecdir=/lib \
|
||||
--with-firmware-path=/lib/firmware \
|
||||
--disable-introspection \
|
||||
--enable-kmod \
|
||||
--enable-blkid
|
||||
|
||||
EUDEV_DEPENDENCIES = host-gperf host-pkgconf util-linux kmod
|
||||
EUDEV_PROVIDES = udev
|
||||
|
Loading…
Reference in New Issue
Block a user