libsigrok: remove --disable-udev from CONF_OPTS
This option is invalid and thus ignored by libsigrok configure. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
62edc713b5
commit
733431b5f9
@ -13,7 +13,7 @@ LIBSIGROK_LICENSE_FILES = COPYING
|
||||
LIBSIGROK_AUTORECONF = YES
|
||||
LIBSIGROK_INSTALL_STAGING = YES
|
||||
LIBSIGROK_DEPENDENCIES = libglib2 libzip host-pkgconf
|
||||
LIBSIGROK_CONF_OPTS = --disable-libudev --disable-bindings --disable-glibtest
|
||||
LIBSIGROK_CONF_OPTS = --disable-bindings --disable-glibtest
|
||||
|
||||
define LIBSIGROK_ADD_MISSING
|
||||
mkdir -p $(@D)/autostuff
|
||||
|
Loading…
Reference in New Issue
Block a user