mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
7163d7f5e7
commit
38f09d6873
@@ -10,8 +10,13 @@ LIBAO_DEPENDENCIES = host-pkgconf
|
||||
LIBAO_INSTALL_STAGING = YES
|
||||
LIBAO_LICENSE = GPLv2+
|
||||
LIBAO_LICENSE_FILES = COPYING
|
||||
LIBAO_CONF_OPTS = --disable-esd --disable-wmm --disable-arts \
|
||||
--disable-nas --disable-pulse --disable-broken-oss
|
||||
LIBAO_CONF_OPTS = \
|
||||
--disable-esd \
|
||||
--disable-wmm \
|
||||
--disable-arts \
|
||||
--disable-nas \
|
||||
--disable-pulse \
|
||||
--disable-broken-oss
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||
LIBAO_DEPENDENCIES += alsa-lib
|
||||
|
||||
Reference in New Issue
Block a user