Commit 136340bc authored by Samuel Martin's avatar Samuel Martin Committed by Thomas Petazzoni
Browse files

package/libsoxr: cleanup configure options



Test build is already disabled by the cmake-package infrastructure. We
also get rid of the option type for the WITH_OPENMP option, as it is
not necessary.

Signed-off-by: default avatarSamuel Martin <s.martin49@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 0dc4f5e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ LIBSOXR_SITE = http://downloads.sourceforge.net/project/soxr
LIBSOXR_LICENSE = LGPLv2.1+
LIBSOXR_LICENSE_FILES = LICENCE COPYING.LGPL
LIBSOXR_INSTALL_STAGING = YES
LIBSOXR_CONF_OPTS = -DWITH_OPENMP:BOOL=OFF -DBUILD_TESTS:BOOL=OFF
LIBSOXR_CONF_OPTS = -DWITH_OPENMP=OFF

ifeq ($(BR2_PREFER_STATIC_LIB),y)
LIBSOXR_CONF_OPTS += -DBUILD_SHARED_LIBS:BOOL=OFF