All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] package/Config.in: fix alphabetical order
Date: Tue, 22 Dec 2015 18:00:44 +0100	[thread overview]
Message-ID: <20151222170056.8E994826B7@busybox.osuosl.org> (raw)

commit: http://git.buildroot.net/buildroot/commit/?id=b36d4d964d0a30fd848e5804ef28ad8f500ba8df
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/Config.in b/package/Config.in
index a61da08..f8c23c5 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -848,8 +848,8 @@ menu "Graphics"
 	source "package/libdmtx/Config.in"
 	source "package/libdri2/Config.in"
 	source "package/libdrm/Config.in"
-	source "package/libexif/Config.in"
 	source "package/libevas-generic-loaders/Config.in"
+	source "package/libexif/Config.in"
 	source "package/libfm/Config.in"
 	source "package/libfm-extra/Config.in"
 	source "package/libfreeglut/Config.in"

             reply	other threads:[~2015-12-22 17:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22 17:00 Thomas Petazzoni [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-13 21:26 [Buildroot] [git commit] package/Config.in: fix alphabetical order Arnout Vandecappelle
2018-06-25 21:11 Thomas Petazzoni
2018-05-06 15:33 Peter Korsgaard
2018-05-06  6:07 Peter Korsgaard
2017-12-08 13:32 Peter Korsgaard
2017-10-30  8:54 Peter Korsgaard
2016-10-06 15:41 Peter Korsgaard
2016-07-08  8:58 Thomas Petazzoni
2016-06-22  8:33 Peter Korsgaard
2015-10-10  9:32 Thomas Petazzoni
2014-12-16 22:46 Peter Korsgaard
2013-12-11 21:20 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=20151222170056.8E994826B7@busybox.osuosl.org \
    --to=thomas.petazzoni@free-electrons.com \
    --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.