git: 2a619c939866 - main - print/ft2demos: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 09:07:41 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2a619c939866adacafa7aec193bb286f06ebee0c
commit 2a619c939866adacafa7aec193bb286f06ebee0c
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-30 08:23:35 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-30 09:07:18 +0000
print/ft2demos: unbreak with --auto-features=enabled
subprojects/freetype2/meson.build:336:0: ERROR: Dependency "harfbuzz" not found, tried pkgconfig and cmake
PR: 270361
Reported by: antoine (via exp-run)
---
print/ft2demos/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile
index 4ab865261a43..2485d9b75c38 100644
--- a/print/ft2demos/Makefile
+++ b/print/ft2demos/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
USES= meson tar:xz xorg
USE_XORG= x11
+MESON_ARGS= -Dfreetype2:harfbuzz=disabled
USE_GITLAB= yes
GL_PROJECT= freetype-demos