Pixman dependency

Julien Cristau jcristau at debian.org
Wed May 23 07:03:03 PDT 2007


On Fri, May 11, 2007 at 15:21:48 +0200, Soeren Sandmann wrote:

> Hi,
> 
> As a heads up, over the next few days I'll be adding a hard dependency
> on the pixman library, which is available from a git repository on
> 
>         git.freedesktop.org/git/pixman
> 
Hi,

test/gradient-test.c fails to build when $builddir != $srcdir, the
following trivial patch fixes this.

Cheers,
Julien

From: Julien Cristau <jcristau at debian.org>
Date: Wed, 23 May 2007 15:42:42 +0200
Subject: [PATCH] Include "pixman.h" instead of <pixman/pixman.h> in gradient-test

This fixes the build when builddir != srcdir.
---
 test/gradient-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/gradient-test.c b/test/gradient-test.c
index 4d1bd8c..efc822d 100644
--- a/test/gradient-test.c
+++ b/test/gradient-test.c
@@ -1,6 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <pixman/pixman.h>
+#include "pixman.h"
 #include <gtk/gtk.h>
 
 GdkPixbuf *
-- 
1.5.1.4




More information about the xorg mailing list