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", +]