pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/harfbuzz
Module Name: pkgsrc
Committed By: riastradh
Date: Sun Oct 29 21:16:21 UTC 2023
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile.common
Log Message:
fonts/harfbuzz: Needs meson>=1.2.0 for gnome.generate_gir(env=...).
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/fonts/harfbuzz/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.39 pkgsrc/fonts/harfbuzz/Makefile.common:1.40
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.39 Fri Oct 20 10:41:38 2023
+++ pkgsrc/fonts/harfbuzz/Makefile.common Sun Oct 29 21:16:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2023/10/20 10:41:38 adam Exp $
+# $NetBSD: Makefile.common,v 1.40 2023/10/29 21:16:21 riastradh Exp $
# used by fonts/harfbuzz-icu/Makefile
DISTNAME= harfbuzz-8.2.2
@@ -24,6 +24,9 @@ USE_CXX_FEATURES+= c++11 is_trivially_co
USE_LANGUAGES= c99 c++
USE_TOOLS+= pkg-config
+# src/meson.build:954:29: ERROR: gnome.generate_gir got unknown keyword arguments "env"
+MESON_REQD+= 1.2.0
+
# cairo/fontconfig are only needed for command line utilities
MESON_ARGS+= -Dcairo=disabled
MESON_ARGS+= -Dintrospection=enabled
Home |
Main Index |
Thread Index |
Old Index