pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cairo Set API depends here as well. This fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff1510b63fe5
branches:  trunk
changeset: 548561:ff1510b63fe5
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Oct 17 13:00:44 2008 +0000

description:
Set API depends here as well. This fixes the build on system with a
builtin "pixman" older than 0.12.0 (e.g. NetBSD-current or Mac OS X).

diffstat:

 graphics/cairo/buildlink3.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5b4f0587a064 -r ff1510b63fe5 graphics/cairo/buildlink3.mk
--- a/graphics/cairo/buildlink3.mk      Fri Oct 17 13:00:06 2008 +0000
+++ b/graphics/cairo/buildlink3.mk      Fri Oct 17 13:00:44 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.29 2008/10/06 16:23:09 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.30 2008/10/17 13:00:44 tron Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 CAIRO_BUILDLINK3_MK:=  ${CAIRO_BUILDLINK3_MK}+
@@ -17,6 +17,8 @@
 BUILDLINK_PKGSRCDIR.cairo?=    ../../graphics/cairo
 
 BUILDLINK_API_DEPENDS.Xrender+=        Xrender>=0.8
+BUILDLINK_API_DEPENDS.glitz+=  glitz>=0.5.1
+BUILDLINK_API_DEPENDS.pixman+= pixman>=0.12.0
 .endif # CAIRO_BUILDLINK3_MK
 
 .include "../../mk/bsd.fast.prefs.mk"



Home | Main Index | Thread Index | Old Index