From: Ormund Williams <ormundw@panix.com>
To: buildroot@busybox.net
Subject: [Buildroot] Building Cairo using DirectFB
Date: Thu, 21 Aug 2008 12:41:36 -0400 [thread overview]
Message-ID: <1219336896.16845.259.camel@localhost.localdomain> (raw)
In-Reply-To: <1218624948.11802.3.camel@lnx32dtp04>
On Wed, 2008-08-13 at 11:55 +0100, Daniel Laird wrote:
> The following patch add support for building DirectFB 1.0 or 1.2.X
> It also stop auto adding packages and turns features on if people
> have enabled them from menuconfig.
>
> Config.in | 27 ++++++--
> directfb.mk | 200 +++++++++++++++++++++++++++++++++++++++---------------------
> 2 files changed, 151 insertions(+), 76 deletions(-)
>
> Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
>
> diff -urN buildroot.orig/package/directfb/Config.in buildroot/package/directfb/Config.in
> --- buildroot.orig/package/directfb/Config.in 2008-08-13 10:44:42.000000000 +0100
> +++ buildroot/package/directfb/Config.in 2008-08-12 11:58:15.000000000 +0100
> @@ -1,19 +1,34 @@
> config BR2_PACKAGE_DIRECTFB
> bool "directfb"
...snip...
> diff -urN buildroot.orig/package/directfb/directfb.mk buildroot/package/directfb/directfb.mk
> --- buildroot.orig/package/directfb/directfb.mk 2008-08-13 10:44:42.000000000 +0100
> +++ buildroot/package/directfb/directfb.mk 2008-08-13 11:33:17.000000000 +0100
> @@ -3,27 +3,65 @@
> # directfb
> #
> #############################################################
> -#DIRECTFB_VERSION:=0.9.25.1
...snip...
> + $(if $(BR2_PACKAGE_DIRECTFB_MULTI), linux-fusion) \
> + $(TARGET_DIR)/usr/lib/libdirectfb.so
>
> directfb-clean:
> -$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(DIRECTFB_DIR) uninstall
>
Thanks Daniel,
I tried to apply this patch to the latest svn but it failed. I then
tried to do it manually but this line fails:
cp -R package/directfb/overlay$(DIRECTFB_VERSION)/* $(DIRECTFB_DIR)
Are you working against the buildroot repository or a fork?
Cheers
__
Ormund
next prev parent reply other threads:[~2008-08-21 16:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-11 15:08 [Buildroot] Building Cairo using DirectFB Ormund Williams
2008-08-12 8:48 ` Daniel Laird
2008-08-12 13:40 ` Ormund Williams
2008-08-12 14:48 ` Daniel Laird
2008-08-12 15:54 ` Ormund Williams
2008-08-13 10:55 ` Daniel Laird
2008-08-21 16:41 ` Ormund Williams [this message]
2008-08-22 7:20 ` Daniel Laird
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=1219336896.16845.259.camel@localhost.localdomain \
--to=ormundw@panix.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.