mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Move mesa-x11 and add mesa-glu-x11 and mesa-demos-x11
This commit is contained in:
parent
82c2cc65e5
commit
131852c21f
21
recipes/wip/x11/mesa-demos-x11/recipe.toml
Normal file
21
recipes/wip/x11/mesa-demos-x11/recipe.toml
Normal 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
|
||||
"""
|
||||
19
recipes/wip/x11/mesa-glu-x11/recipe.toml
Normal file
19
recipes/wip/x11/mesa-glu-x11/recipe.toml
Normal 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
|
||||
"""
|
||||
@ -1,5 +1,5 @@
|
||||
[source]
|
||||
same_as = "../mesa"
|
||||
same_as = "../../../libs/mesa"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
Loading…
Reference in New Issue
Block a user