summaryrefslogtreecommitdiff
path: root/package/openal
diff options
context:
space:
mode:
authorAndré Hentschel <nerv@dawncrow.de>2016-09-15 18:27:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-17 14:27:38 +0200
commit16dbd226ce5b045813181b3cc28d6845f8d7a893 (patch)
tree0319ff9f1df91c69c04d846bd4be723ba0b82555 /package/openal
parent85a8766a7b32b704f9e109fa6cac45715059d140 (diff)
openal: Disable build also for examples and tests
Fixes: http://autobuild.buildroot.net/results/a11eab534b8642077705d891329c1fd40d394419 Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openal')
-rw-r--r--package/openal/openal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openal/openal.mk b/package/openal/openal.mk
index 356f2c1cf..63841047d 100644
--- a/package/openal/openal.mk
+++ b/package/openal/openal.mk
@@ -16,8 +16,8 @@ OPENAL_LICENSE = LGPLv2+
OPENAL_LICENSE_FILES = COPYING
OPENAL_INSTALL_STAGING = YES
-# We don't need the utilities, Distros don't ship them either
-OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF
+# We don't need examples, tests and utilities, Distros don't ship them either
+OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF -DALSOFT_EXAMPLES=OFF -DALSOFT_TESTS=OFF
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8),y)
OPENAL_CONF_OPTS += -DEXTRA_LIBS=atomic