mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
libshout: fix typo
Fix error: package/libshout/libshout.mk:28: *** Package error: use LIBSHOUT_CONF_OPTS instead of LIBSHOUT_CONF_OPT. Please fix your .mk file. Stop. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
95093f1e6a
commit
ba5184a831
@ -19,7 +19,7 @@ LIBSHOUT_CONF_OPTS += --disable-theora
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX),y)
|
||||
LIBSHOUT_CONF_OPT += --enable-speex
|
||||
LIBSHOUT_CONF_OPTS += --enable-speex
|
||||
LIBSHOUT_DEPENDENCIES += speex
|
||||
else
|
||||
LIBSHOUT_CONF_OPTS += --disable-speex
|
||||
|
Loading…
Reference in New Issue
Block a user