diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-30 08:23:35 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-03-30 09:07:18 +0000 |
commit | 2a619c939866adacafa7aec193bb286f06ebee0c (patch) | |
tree | f8d4d62b34f8e0b56a746c268b1ea1b60168e54b | |
parent | 9aae670565e47e895fd5023fa2ac164f14a89272 (diff) | |
download | ports-2a619c939866adacafa7aec193bb286f06ebee0c.tar.gz ports-2a619c939866adacafa7aec193bb286f06ebee0c.zip |
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)
-rw-r--r-- | print/ft2demos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |