From e275e926f43c21957a771f97b165716ae21acbba Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 4 May 2025 21:44:01 -0600 Subject: [PATCH] mesa-demos-x11: compile most demos --- recipes/wip/x11/mesa-demos-x11/recipe.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/wip/x11/mesa-demos-x11/recipe.toml b/recipes/wip/x11/mesa-demos-x11/recipe.toml index 88eaa7261..8ee4c7770 100644 --- a/recipes/wip/x11/mesa-demos-x11/recipe.toml +++ b/recipes/wip/x11/mesa-demos-x11/recipe.toml @@ -5,17 +5,22 @@ blake3 = "eef628aebdaa65d3bb1078bb6d6bdd7685c41fb67674e7f7b0e1e15f10433240" [build] dependencies = [ "libpthread-stubs", + "libglvnd", + "libstdcxx", "libx11", "libxau", "libxcb", "libxext", + "llvm18-shared", "mesa-x11", "mesa-glu-x11", "x11proto", "xextproto", + "zlib", ] template = "custom" script = """ DYNAMIC_INIT -cookbook_meson +#TODO: implement sincos for es2gears +cookbook_meson -Dgles2=disabled """