From bdbdc9ef5b4dd1ccb75357df2e82f2e0aa383e15 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 3 May 2025 17:40:41 -0600 Subject: [PATCH] Add xkeyboard-config --- recipes/wip/x11/xkeyboard-config/recipe.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/wip/x11/xkeyboard-config/recipe.toml diff --git a/recipes/wip/x11/xkeyboard-config/recipe.toml b/recipes/wip/x11/xkeyboard-config/recipe.toml new file mode 100644 index 00000000..289f38da --- /dev/null +++ b/recipes/wip/x11/xkeyboard-config/recipe.toml @@ -0,0 +1,10 @@ +[source] +tar = "https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.44.tar.xz" +blake3 = "6156aefb0608af6b7ae2c2ef444838b72524d1e4244cb26ee253669ecede3a5a" + +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_meson +"""