spandsp: remove redundant --disable-doc
We pass --disable-doc by default to all autotools packages. Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
bf41bfd83f
commit
0d1a6f152f
@ -15,7 +15,6 @@ SPANDSP_INSTALL_STAGING = YES
|
||||
SPANDSP_CONF_ENV = LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs libtiff-4`"
|
||||
|
||||
SPANDSP_CONF_OPTS = \
|
||||
--disable-doc \
|
||||
--disable-builtin-tiff \
|
||||
$(if $(BR2_X86_CPU_HAS_MMX),--enable-mmx,--disable-mmx) \
|
||||
$(if $(BR2_X86_CPU_HAS_SSE),--enable-sse,--disable-sse) \
|
||||
|
Loading…
Reference in New Issue
Block a user