mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
mesa-x11 and others: enable egl
This commit is contained in:
parent
b0e4b59a22
commit
fc5703d077
@ -10,6 +10,9 @@ dependencies = [
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxfixes",
|
||||
"libxxf86vm",
|
||||
"llvm18",
|
||||
"mesa-x11",
|
||||
"x11proto",
|
||||
@ -18,7 +21,7 @@ dependencies = [
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_meson \
|
||||
-Degl=no \
|
||||
-Degl=yes \
|
||||
-Dglx=yes \
|
||||
-Dtests=false
|
||||
"""
|
||||
|
||||
@ -5,12 +5,15 @@ patches = ["redox.patch"]
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"expat",
|
||||
"libpthread-stubs",
|
||||
"libstdcxx",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxfixes",
|
||||
"libxml2",
|
||||
"libxxf86vm",
|
||||
"llvm18",
|
||||
"mesa-x11",
|
||||
|
||||
@ -9,6 +9,8 @@ dependencies = [
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxfixes",
|
||||
"libxxf86vm",
|
||||
"mesa-x11",
|
||||
"x11proto",
|
||||
]
|
||||
|
||||
@ -20,7 +20,7 @@ script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_meson \
|
||||
-Ddri-drivers-path=/usr/lib/dri \
|
||||
-Degl=disabled \
|
||||
-Degl=enabled \
|
||||
-Dglx=dri \
|
||||
-Dllvm=enabled \
|
||||
-Dplatforms=x11 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user