internal/rosa/package: enable libglvnd in libepoxy
Test / ShareFS (push) Failing after 49s
Test / Flake checks (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Sandbox (push) Has been cancelled
Test / Hakurei (push) Has been cancelled
Test / Create distribution (push) Has been cancelled
Test / Hakurei (race detector) (push) Has been cancelled

This is no longer circular because xserver does not require libepoxy.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-27 10:36:13 +09:00
parent 3c4ae383ab
commit 565976b2f4
3 changed files with 7 additions and 5 deletions
+6 -3
View File
@@ -12,10 +12,13 @@ package libepoxy {
exec = meson {
setup = {
"Dglx": "no";
"Degl": "no";
"Dglx": "yes";
"Degl": "yes";
};
};
inputs = [ libX11 ];
inputs = [
libglvnd,
libX11,
];
}
+1 -1
View File
@@ -126,7 +126,7 @@ package mesa {
libdrm,
elfutils,
lm_sensors,
libdisplayInfo,
libdisplay-info,
wayland,
libxshmfence,
libXxf86vm,
-1
View File
@@ -737,7 +737,6 @@ package xserver {
libmd,
libXdmcp,
libtirpc,
libepoxy,
libxcb-util,
libxcb-image,
libxcb-wm,