openal: Don't build utilities
Also fixes: http://autobuild.buildroot.net/results/be8df2bcb1af6dc553b5d4e31a926baf9f942249/ http://autobuild.buildroot.net/results/a1fd410ef06441e69e508ec42fad35bde1513582/ http://autobuild.buildroot.net/results/1f1306b2139efc940a0b0e4829ab6b5aaafc8823/ Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e527fcc91e
commit
6917b86946
@ -11,6 +11,9 @@ 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
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||
OPENAL_DEPENDENCIES += alsa-lib
|
||||
OPENAL_CONF_OPTS += -DALSOFT_REQUIRE_ALSA=ON
|
||||
|
Loading…
Reference in New Issue
Block a user