From f2e4cf5aa08844517b6d9f47ae60f4462a6475c9 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 3 May 2025 21:16:38 -0600 Subject: [PATCH] Add xserver-xorg-video-dummy --- .../x11/xserver-xorg-video-dummy/recipe.toml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 recipes/wip/x11/xserver-xorg-video-dummy/recipe.toml diff --git a/recipes/wip/x11/xserver-xorg-video-dummy/recipe.toml b/recipes/wip/x11/xserver-xorg-video-dummy/recipe.toml new file mode 100644 index 000000000..46940f053 --- /dev/null +++ b/recipes/wip/x11/xserver-xorg-video-dummy/recipe.toml @@ -0,0 +1,46 @@ +[source] +tar = "https://www.x.org/releases/individual/driver/xf86-video-dummy-0.4.1.tar.xz" +blake3 = "9b49296f62bf4d22345d87fc01f2a5571f941457c19d21c8800f8f6d2e64ae67" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "pixman", + "x11proto", + "xserver-xorg", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure + +mkdir -p "${COOKBOOK_STAGE}/usr/share/X11/xorg.conf.d" +cat > "${COOKBOOK_STAGE}/usr/share/X11/xorg.conf.d/dummy.conf" <