diff --git a/recipes/wip/x11/libglvnd/recipe.toml b/recipes/wip/x11/libglvnd/recipe.toml new file mode 100644 index 00000000..c2ac4a82 --- /dev/null +++ b/recipes/wip/x11/libglvnd/recipe.toml @@ -0,0 +1,18 @@ +[source] +# meson support not in latest release +git = "https://github.com/NVIDIA/libglvnd.git" + +[build] +dependencies = [ + "libpthread-stubs", + "libx11", + "libxau", + "libxcb", + "libxext", + "x11proto", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_meson +"""