git: c2533631082d - main - x11/babl: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Sep 2026 02:53:21 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c2533631082d57719ff0e8eabbb19a1c4b94d0a9
commit c2533631082d57719ff0e8eabbb19a1c4b94d0a9
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-09-11 02:49:51 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-09-11 02:49:51 +0000
x11/babl: Fix build
meson.build:1:0: ERROR: Value "false" (of type "string") for option "gi-docgen" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto".
Approved by: blanket (fix build)
Fixes: 90274e2e7fe3 (update to 0.1.128 release)
Sponsored by: UNIS Labs
---
x11/babl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index 099395d079d5..a2fd252d33d4 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -18,8 +18,8 @@ USES= compiler:c11 gnome meson pathfix pkgconfig tar:xz vala:build
USE_GNOME= introspection:build
USE_LDCONFIG= yes
-MESON_FALSE= gi-docgen \
- with-docs
+MESON_DISABLED= gi-docgen
+MESON_FALSE= with-docs
# relocatable does not mean ELF relocation
MESON_ARGS+= -Drelocatable-bundle=no