internal/rosa/package: enable libglvnd in libepoxy

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,