Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] openal: Disable build also for examples and tests
@ 2016-09-15 16:27 André Hentschel
  2016-09-17 11:47 ` André Hentschel
  2016-09-17 12:28 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: André Hentschel @ 2016-09-15 16:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
 package/openal/openal.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/openal/openal.mk b/package/openal/openal.mk
index 356f2c1..6384104 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-17 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15 16:27 [Buildroot] [PATCH] openal: Disable build also for examples and tests André Hentschel
2016-09-17 11:47 ` André Hentschel
2016-09-17 12:28 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox