pkgsrc-WIP-changes archive

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

webkit-gtk: fix cairo-gobject bl3 include



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Mar 8 22:46:08 2024 +0100
Changeset:	3a8fafe55a4fdbd038efc390c9350a4f85d6e75a

Modified Files:
	webkit-gtk/Makefile

Log Message:
webkit-gtk: fix cairo-gobject bl3 include

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3a8fafe55a4fdbd038efc390c9350a4f85d6e75a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index cae8ea7594..ec93a430b3 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -151,7 +151,8 @@ BUILDLINK_DEPMETHOD.gobject-introspection+=	build
 .include "../../devel/pango/buildlink3.mk"
 .include "../../fonts/harfbuzz-icu/buildlink3.mk"
 .include "../../fonts/woff2/buildlink3.mk"
-.include "../../graphics/cairo-gobject/buildlink3.mk"
+BUILDLINK_API_DEPENDS.cairo+=	cairo>=1.18
+.include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"


Home | Main Index | Thread Index | Old Index