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

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:38:22 +09:00
parent 8c7109a2d5
commit ea875416d4
3 changed files with 7 additions and 5 deletions

View File

@@ -12,10 +12,13 @@ package libepoxy {
exec = meson {
setup = {
"Dglx": "no";
"Degl": "no";
"Dglx": "yes";
"Degl": "yes";
};
};
inputs = [ libX11 ];
inputs = [
libglvnd,
libX11,
];
}

View File

@@ -126,7 +126,7 @@ package mesa {
libdrm,
elfutils,
lm_sensors,
libdisplayInfo,
libdisplay-info,
wayland,
libxshmfence,
libXxf86vm,

View File

@@ -737,7 +737,6 @@ package xserver {
libmd,
libXdmcp,
libtirpc,
libepoxy,
libxcb-util,
libxcb-image,
libxcb-wm,