Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] fbv: Allow selection of supported image formats.
Date: Sat, 16 Jun 2012 22:35:38 +0200	[thread overview]
Message-ID: <87ehpfgfl1.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1339747818-5118-1-git-send-email-arnerro@gmail.com> (Arn R.'s message of "Fri, 15 Jun 2012 18:10:18 +1000")

>>>>> "Arn" == Arn R <arnerro@gmail.com> writes:

 Arn> This removes fbv's compulsory dependency on either libpng and/or
 Arn> libjpeg and/or libungif.  The user can choose which compressed
 Arn> image format's fbv should support.  By default PNG, JPEG and GIF
 Arn> are selected.  Note that BMP format support will still always be
 Arn> included.

..
 
 Arn>  #fbv donesn't support cross-compilation
 Arn>  define FBV_CONFIGURE_CMDS
 Arn> @@ -17,6 +34,7 @@ define FBV_CONFIGURE_CMDS
 Arn>  		./configure \
 Arn>  		--prefix=/usr \
 Arn>  		--libs="-lz -lm" \
 Arn> +		$(FBV_CONFIGURE_OPTS) \

This would fail because of the --libs line if PNG (which pulls in zlib)
wasn't enabled. Looking closer at it, it doesn't seem to be needed, so I
removed that line and committed, thanks.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2012-06-16 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15  8:10 [Buildroot] [PATCH] fbv: Allow selection of supported image formats Arn R
2012-06-16 20:35 ` Peter Korsgaard [this message]

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=87ehpfgfl1.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox