pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo cairo: Sync buildlink3 includes from pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a30cf84a53ed
branches:  trunk
changeset: 372610:a30cf84a53ed
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Dec 11 12:24:08 2017 +0000

description:
cairo: Sync buildlink3 includes from package.

Should fix issues seen where dependencies aren't able to resolve xext
pkg-config dependencies.

diffstat:

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

diffs (17 lines):

diff -r f7cf43705091 -r a30cf84a53ed graphics/cairo/buildlink3.mk
--- a/graphics/cairo/buildlink3.mk      Mon Dec 11 11:30:49 2017 +0000
+++ b/graphics/cairo/buildlink3.mk      Mon Dec 11 12:24:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.54 2015/04/25 14:23:07 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.55 2017/12/11 12:24:08 jperkin Exp $
 
 BUILDLINK_TREE+=       cairo
 
@@ -22,6 +22,7 @@
 
 .if !empty(PKG_BUILD_OPTIONS.cairo:Mx11)
 .include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index