mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
audiofile: comma separate licenses
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3e0627c88f
commit
13a3cf6643
@@ -12,7 +12,7 @@ AUDIOFILE_CONF_OPTS = --disable-examples
|
||||
AUDIOFILE_DEPENDENCIES = host-pkgconf
|
||||
# configure is outdated and has old bugs because of it
|
||||
AUDIOFILE_AUTORECONF = YES
|
||||
AUDIOFILE_LICENSE = GPLv2+ LGPLv2.1+
|
||||
AUDIOFILE_LICENSE = GPLv2+, LGPLv2.1+
|
||||
AUDIOFILE_LICENSE_FILES = COPYING COPYING.GPL
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FLAC),y)
|
||||
|
||||
Reference in New Issue
Block a user