From 24787012d3e414fd5e5f5eaacc90a79658b4b842 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 7 Feb 2026 15:41:15 +0700 Subject: [PATCH] Disable libxcb docs --- recipes/wip/x11/libxcb/recipe.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes/wip/x11/libxcb/recipe.toml b/recipes/wip/x11/libxcb/recipe.toml index bb8aac653..bf7ec5060 100644 --- a/recipes/wip/x11/libxcb/recipe.toml +++ b/recipes/wip/x11/libxcb/recipe.toml @@ -12,8 +12,7 @@ dependencies = [ "x11proto", "xcb-proto", ] -template = "custom" -script = """ -DYNAMIC_INIT -cookbook_configure -""" +template = "configure" +configureflags = [ + "--disable-devel-docs", +]