All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 directfb] directfb: font handling requires libbz2
Date: Thu,  9 Feb 2012 17:25:14 -0500	[thread overview]
Message-ID: <1328826314-30424-2-git-send-email-twoerner@gmail.com> (raw)
In-Reply-To: <1328826314-30424-1-git-send-email-twoerner@gmail.com>

From: Trevor Woerner <twoerner@gmail.com>

One of the libraries which is built by directfb, libidirectfbfont_ft2.so,
requires libbz2:

$ pwd
/usr/lib/directfb-1.4-6/interfaces/IDirectFBFont
$ /lib/ld-2.9.so --list ./libidirectfbfont_ft2.so
        libdirect-1.4.so.6 => /usr/lib/libdirect-1.4.so.6 (0x40155000)
        libdirectfb-1.4.so.6 => /usr/lib/libdirectfb-1.4.so.6 (0x40171000)
        libfusion-1.4.so.6 => /usr/lib/libfusion-1.4.so.6 (0x40133000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4008b000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40214000)
        libm.so.6 => /lib/libm.so.6 (0x40286000)
        libdl.so.2 => /lib/libdl.so.2 (0x40036000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x400a6000)
        libc.so.6 => /lib/libc.so.6 (0x402f9000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x400fa000)
        libbz2.so.1 => /usr/lib/libbz2.so.1 (0x400c6000)
        /lib/ld-2.9.so (0x40065000)

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 package/directfb/directfb.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index 977d272..8fd8d5e 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -23,7 +23,7 @@ DIRECTFB_CONF_OPT = \
 	--disable-video4linux2 \
 	--without-tools
 
-DIRECTFB_DEPENDENCIES = freetype zlib
+DIRECTFB_DEPENDENCIES = freetype zlib bzip2
 
 ifeq ($(BR2_PACKAGE_DIRECTFB_MULTI),y)
 DIRECTFB_CONF_OPT += --enable-multi --enable-fusion
-- 
1.7.9.GIT

  reply	other threads:[~2012-02-09 22:25 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 ` Trevor Woerner [this message]
2012-02-10 10:00   ` [Buildroot] [PATCH v3 directfb] directfb: font handling requires libbz2 Peter Korsgaard
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=1328826314-30424-2-git-send-email-twoerner@gmail.com \
    --to=twoerner@gmail.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.