Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master] directfb: fix build with BR2_PACKAGE_DIRECTFB_DEBUG
@ 2009-10-02 10:55 Peter Korsgaard
  2009-10-02 11:12 ` Sven Neumann
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2009-10-02 10:55 UTC (permalink / raw)
  To: buildroot


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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...rectfb-gfxcard-fix-build-error-with-debug.patch |   33 ++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 package/directfb/directfb-gfxcard-fix-build-error-with-debug.patch

diff --git a/package/directfb/directfb-gfxcard-fix-build-error-with-debug.patch b/package/directfb/directfb-gfxcard-fix-build-error-with-debug.patch
new file mode 100644
index 0000000..2c1d459
--- /dev/null
+++ b/package/directfb/directfb-gfxcard-fix-build-error-with-debug.patch
@@ -0,0 +1,33 @@
+From fab69ff2e063f0b6a4b13139f100ff01aa4cae84 Mon Sep 17 00:00:00 2001
+From: Peter Korsgaard <jacmet@sunsite.dk>
+Date: Fri, 2 Oct 2009 12:20:31 +0200
+Subject: [PATCH] gfxcard: fix build error with --enable-debug
+
+Commit fdc611ea (Added support for colors and multiple layers in a
+glyph implementing outlines) changed dfb_gfxcard_drawglyph() to take
+a layers argument instead of index, but the D_DEBUG_AT call wasn't
+changed to match.
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ src/core/gfxcard.c |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/core/gfxcard.c b/src/core/gfxcard.c
+index 127e30e..0020103 100644
+--- a/src/core/gfxcard.c
++++ b/src/core/gfxcard.c
+@@ -2335,8 +2335,8 @@ void dfb_gfxcard_drawglyph( CoreGlyphData **glyph, int x, int y,
+      DFBSurfaceBlendFunction  orig_srcblend;
+      DFBSurfaceBlendFunction  orig_dstblend;
+ 
+-     D_DEBUG_AT( Core_GraphicsOps, "%s( %u, %d,%d, %p, %p )\n",
+-                 __FUNCTION__, index, x, y, font, state );
++     D_DEBUG_AT( Core_GraphicsOps, "%s( %d,%d, %u, %p, %p )\n",
++                 __FUNCTION__, x, y, layers, font, state );
+ 
+      D_ASSERT( card != NULL );
+      D_ASSERT( card->shared != NULL );
+-- 
+1.6.3.3
+
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit master] directfb: fix build with BR2_PACKAGE_DIRECTFB_DEBUG
  2009-10-02 10:55 [Buildroot] [git commit master] directfb: fix build with BR2_PACKAGE_DIRECTFB_DEBUG Peter Korsgaard
@ 2009-10-02 11:12 ` Sven Neumann
  2009-10-02 11:17   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Neumann @ 2009-10-02 11:12 UTC (permalink / raw)
  To: buildroot

On Fri, 2009-10-02 at 12:55 +0200, Peter Korsgaard wrote:

> +Subject: [PATCH] gfxcard: fix build error with --enable-debug
> +
> +Commit fdc611ea (Added support for colors and multiple layers in a
> +glyph implementing outlines) changed dfb_gfxcard_drawglyph() to take
> +a layers argument instead of index, but the D_DEBUG_AT call wasn't
> +changed to match.

It that patch upstream already? Otherwise I can take care of that.


Sven

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit master] directfb: fix build with BR2_PACKAGE_DIRECTFB_DEBUG
  2009-10-02 11:12 ` Sven Neumann
@ 2009-10-02 11:17   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-10-02 11:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:

Hi,

 >> +Commit fdc611ea (Added support for colors and multiple layers in a
 >> +glyph implementing outlines) changed dfb_gfxcard_drawglyph() to take
 >> +a layers argument instead of index, but the D_DEBUG_AT call wasn't
 >> +changed to match.

 Sven> It that patch upstream already? Otherwise I can take care of that.

I  sent it to dok and directfb-dev earlier today, but I don't see it in
the archive - Maybe it's stuck in moderation (I'm not subscribed).

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-02 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02 10:55 [Buildroot] [git commit master] directfb: fix build with BR2_PACKAGE_DIRECTFB_DEBUG Peter Korsgaard
2009-10-02 11:12 ` Sven Neumann
2009-10-02 11:17   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox