mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
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_AUTORECONF = YES
|
||||||
LIBSIGROK_INSTALL_STAGING = YES
|
LIBSIGROK_INSTALL_STAGING = YES
|
||||||
LIBSIGROK_DEPENDENCIES = libglib2 libzip host-pkgconf
|
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
|
define LIBSIGROK_ADD_MISSING
|
||||||
mkdir -p $(@D)/autostuff
|
mkdir -p $(@D)/autostuff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user