From 62d734d907e0a3f73ad7428016c321b8bb718b04 Mon Sep 17 00:00:00 2001 From: Benton60 Date: Tue, 24 Mar 2026 22:23:22 -0400 Subject: [PATCH] fix syntax error in recipe --- recipes/wip/libs/other/libxkbcommon/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/libs/other/libxkbcommon/recipe.toml b/recipes/wip/libs/other/libxkbcommon/recipe.toml index d3f13f89b..c84ca142f 100644 --- a/recipes/wip/libs/other/libxkbcommon/recipe.toml +++ b/recipes/wip/libs/other/libxkbcommon/recipe.toml @@ -6,7 +6,7 @@ b3sum = "5001ca0b8562feeef2010bf16c05657e3875fda3ed5fdedbf48b9135e5cdfcbc" [build] template = "meson" mesonflags = [ - "-Denable-wayland=false" + "-Denable-wayland=false", "-Denable-x11=false" ] dependencies = [