Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 directfb] directfb: font handling requires libbz2
Date: Fri, 10 Feb 2012 11:00:30 +0100	[thread overview]
Message-ID: <8762ff2ekh.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1328826314-30424-2-git-send-email-twoerner@gmail.com> (Trevor Woerner's message of "Thu, 9 Feb 2012 17:25:14 -0500")

>>>>> "Trevor" == Trevor Woerner <twoerner@gmail.com> writes:

 Trevor> From: Trevor Woerner <twoerner@gmail.com>
 Trevor> One of the libraries which is built by directfb, libidirectfbfont_ft2.so,
 Trevor> requires libbz2:

That's not true. Freetype might optionally have bzip2 support, but it
isn't a requirement for directfb.

E.G. I did a basic build here:

./host/usr/bin/i586-linux-readelf -a \
  staging/usr/lib/directfb-1.4-6/interfaces/IDirectFBFont/libidirectfbfont_ft2.so
  | grep NEEDED
 0x00000001 (NEEDED)                     Shared library: [libdirect-1.4.so.6]
 0x00000001 (NEEDED)                     Shared library: [libdirectfb-1.4.so.6]
 0x00000001 (NEEDED)                     Shared library: [libfusion-1.4.so.6]
 0x00000001 (NEEDED)                     Shared library: [libz.so.1]
 0x00000001 (NEEDED)                     Shared library: [libfreetype.so.6]
 0x00000001 (NEEDED)                     Shared library: [libm.so.0]
 0x00000001 (NEEDED)                     Shared library: [libdl.so.0]
 0x00000001 (NEEDED)                     Shared library: [libpthread.so.0]
 0x00000001 (NEEDED)                     Shared library: [libgcc_s.so.1]
 0x00000001 (NEEDED)                     Shared library: [libc.so.0]

So the only thing that should be fixed is to ensure bzip2 is built
before freetype (and zlib as well) if enabled. I'll fix that.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-02-10 10:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 22:25 [Buildroot] [PATCH bzip2] bzip2: add so.1 link Trevor Woerner
2012-02-09 22:25 ` [Buildroot] [PATCH v3 directfb] directfb: font handling requires libbz2 Trevor Woerner
2012-02-10 10:00   ` Peter Korsgaard [this message]
2012-02-10 13:22     ` Trevor Woerner
2012-02-10 14:06       ` Peter Korsgaard
2012-02-10 16:10         ` Trevor Woerner
2012-02-10 19:11           ` Peter Korsgaard
2012-02-10 18:59     ` Trevor Woerner
2012-02-09 22:33 ` [Buildroot] [PATCH bzip2] bzip2: add so.1 link 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=8762ff2ekh.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