mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
mesa-demos-x11: compile most demos
This commit is contained in:
parent
965fd72044
commit
e275e926f4
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user