mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
libftdi: fix typo in variable name
As pointed out during the check-package discussion, there is a typo in a variable name: http://lists.busybox.net/pipermail/buildroot/2016-December/180765.html Reported-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c10d6b7112
commit
9d8cf78f72
@ -12,14 +12,14 @@ LIBFTDI_INSTALL_STAGING = YES
|
|||||||
LIBFTDI_CONFIG_SCRIPTS = libftdi-config
|
LIBFTDI_CONFIG_SCRIPTS = libftdi-config
|
||||||
LIBFTDI_AUTORECONF = YES
|
LIBFTDI_AUTORECONF = YES
|
||||||
|
|
||||||
LIBFDTI_CONF_OPTS = --without-examples
|
LIBFTDI_CONF_OPTS = --without-examples
|
||||||
|
|
||||||
# configure detect it automaticaly so we need to force it
|
# configure detect it automaticaly so we need to force it
|
||||||
ifeq ($(BR2_PACKAGE_LIBTFDI_CPP),y)
|
ifeq ($(BR2_PACKAGE_LIBTFDI_CPP),y)
|
||||||
LIBFTDI_DEPENDENCIES += boost
|
LIBFTDI_DEPENDENCIES += boost
|
||||||
LIBFDTI_CONF_OPTS += --enable-libftdipp
|
LIBFTDI_CONF_OPTS += --enable-libftdipp
|
||||||
else
|
else
|
||||||
LIBFDTI_CONF_OPTS += --disable-libftdipp
|
LIBFTDI_CONF_OPTS += --disable-libftdipp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user