mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/zynaddsubfx: disable tests
Disable tests which are enabled by default since the addition of the package in commit18a8630637Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit886629bf64) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
35dcc9ca22
commit
f63050ec64
@@ -11,7 +11,7 @@ ZYNADDSUBFX_LICENSE = GPL-2.0+
|
|||||||
ZYNADDSUBFX_LICENSE_FILES = COPYING
|
ZYNADDSUBFX_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
# There is no package in buildroot using LV2 plugins: disabling
|
# There is no package in buildroot using LV2 plugins: disabling
|
||||||
ZYNADDSUBFX_CONF_OPTS = -DPluginEnable=OFF
|
ZYNADDSUBFX_CONF_OPTS = -DCompileTests=OFF -DPluginEnable=OFF
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||||
ZYNADDSUBFX_CONF_OPTS += -DCMAKE_EXE_LINKER_FLAGS=-latomic
|
ZYNADDSUBFX_CONF_OPTS += -DCMAKE_EXE_LINKER_FLAGS=-latomic
|
||||||
|
|||||||
Reference in New Issue
Block a user