mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
xorriso: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
2e99d12364
commit
af5503f24c
@@ -12,12 +12,12 @@ HOST_XORRISO_DEPENDENCIES =
|
||||
# Disable everything until we actually need those feature, and add the correct
|
||||
# host-libraries
|
||||
HOST_XORRISO_CONF_OPTS = \
|
||||
--disable-zlib \
|
||||
--disable-bzip2 \
|
||||
--disable-libcdio \
|
||||
--disable-libreadline \
|
||||
--disable-libedit \
|
||||
--disable-libacl
|
||||
--disable-zlib \
|
||||
--disable-bzip2 \
|
||||
--disable-libcdio \
|
||||
--disable-libreadline \
|
||||
--disable-libedit \
|
||||
--disable-libacl
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
XORRISO_DEPENDENCIES += libiconv
|
||||
|
||||
Reference in New Issue
Block a user