All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] xorriso: indentation cleanup
Date: Tue, 28 Jun 2016 06:56:24 +0200	[thread overview]
Message-ID: <1467089784-18030-2-git-send-email-jerzy.grzegorek@trzebnica.net> (raw)
In-Reply-To: <1467089784-18030-1-git-send-email-jerzy.grzegorek@trzebnica.net>

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/xorriso/xorriso.mk | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/xorriso/xorriso.mk b/package/xorriso/xorriso.mk
index 57537e8..396eeae 100644
--- a/package/xorriso/xorriso.mk
+++ b/package/xorriso/xorriso.mk
@@ -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
-- 
1.9.1

  reply	other threads:[~2016-06-28  4:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28  4:56 [Buildroot] [PATCH 1/2] qt5webkit: indentation cleanup Jerzy Grzegorek
2016-06-28  4:56 ` Jerzy Grzegorek [this message]
2016-06-28  8:29   ` [Buildroot] [PATCH 2/2] xorriso: " Peter Korsgaard
2016-06-28  8:29 ` [Buildroot] [PATCH 1/2] qt5webkit: " Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467089784-18030-2-git-send-email-jerzy.grzegorek@trzebnica.net \
    --to=jerzy.grzegorek@trzebnica.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.