Move mesa-x11 and add mesa-glu-x11 and mesa-demos-x11

This commit is contained in:
Jeremy Soller 2025-05-04 21:26:49 -06:00
parent 82c2cc65e5
commit 131852c21f
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
3 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,21 @@
[source]
tar = "https://archive.mesa3d.org/demos/mesa-demos-9.0.0.tar.xz"
blake3 = "eef628aebdaa65d3bb1078bb6d6bdd7685c41fb67674e7f7b0e1e15f10433240"
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"libxext",
"mesa-x11",
"mesa-glu-x11",
"x11proto",
"xextproto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_meson
"""

View File

@ -0,0 +1,19 @@
[source]
tar = "https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz"
blake3 = "beed1665ed983540e7502289ec50c7e66d840820af3e9ef21c9c4a7e9686ab9f"
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"libxext",
"mesa-x11",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_meson -Dgl_provider=gl
"""

View File

@ -1,5 +1,5 @@
[source]
same_as = "../mesa"
same_as = "../../../libs/mesa"
[build]
template = "custom"