internal/rosa/package: enable libglvnd in libepoxy
All checks were successful
Test / Create distribution (push) Successful in 1m10s
Test / Sandbox (push) Successful in 2m56s
Test / ShareFS (push) Successful in 4m1s
Test / Hakurei (push) Successful in 4m20s
Test / Sandbox (race detector) (push) Successful in 5m30s
Test / Hakurei (race detector) (push) Successful in 6m45s
Test / Flake checks (push) Successful in 1m33s
All checks were successful
Test / Create distribution (push) Successful in 1m10s
Test / Sandbox (push) Successful in 2m56s
Test / ShareFS (push) Successful in 4m1s
Test / Hakurei (push) Successful in 4m20s
Test / Sandbox (race detector) (push) Successful in 5m30s
Test / Hakurei (race detector) (push) Successful in 6m45s
Test / Flake checks (push) Successful in 1m33s
This is no longer circular because xserver does not require libepoxy. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -12,10 +12,13 @@ package libepoxy {
|
|||||||
|
|
||||||
exec = meson {
|
exec = meson {
|
||||||
setup = {
|
setup = {
|
||||||
"Dglx": "no";
|
"Dglx": "yes";
|
||||||
"Degl": "no";
|
"Degl": "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = [ libX11 ];
|
inputs = [
|
||||||
|
libglvnd,
|
||||||
|
libX11,
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ package mesa {
|
|||||||
libdrm,
|
libdrm,
|
||||||
elfutils,
|
elfutils,
|
||||||
lm_sensors,
|
lm_sensors,
|
||||||
libdisplayInfo,
|
libdisplay-info,
|
||||||
wayland,
|
wayland,
|
||||||
libxshmfence,
|
libxshmfence,
|
||||||
libXxf86vm,
|
libXxf86vm,
|
||||||
|
|||||||
@@ -737,7 +737,6 @@ package xserver {
|
|||||||
libmd,
|
libmd,
|
||||||
libXdmcp,
|
libXdmcp,
|
||||||
libtirpc,
|
libtirpc,
|
||||||
libepoxy,
|
|
||||||
libxcb-util,
|
libxcb-util,
|
||||||
libxcb-image,
|
libxcb-image,
|
||||||
libxcb-wm,
|
libxcb-wm,
|
||||||
|
|||||||
Reference in New Issue
Block a user