internal/rosa/package/x: xwayland
All checks were successful
Test / Create distribution (push) Successful in 1m7s
Test / Sandbox (push) Successful in 2m54s
Test / ShareFS (push) Successful in 3m49s
Test / Hakurei (push) Successful in 3m55s
Test / Sandbox (race detector) (push) Successful in 5m35s
Test / Hakurei (race detector) (push) Successful in 6m33s
Test / Flake checks (push) Successful in 1m20s
All checks were successful
Test / Create distribution (push) Successful in 1m7s
Test / Sandbox (push) Successful in 2m54s
Test / ShareFS (push) Successful in 3m49s
Test / Hakurei (push) Successful in 3m55s
Test / Sandbox (race detector) (push) Successful in 5m35s
Test / Hakurei (race detector) (push) Successful in 6m33s
Test / Flake checks (push) Successful in 1m20s
Generally useful for wayland display servers. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -767,3 +767,70 @@ package xserver {
|
|||||||
libxcb-render-util,
|
libxcb-render-util,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package xwayland {
|
||||||
|
description = "Xwayland server";
|
||||||
|
website = "https://gitlab.freedesktop.org/xorg/xserver";
|
||||||
|
anitya = 180949;
|
||||||
|
|
||||||
|
version# = "24.1.11";
|
||||||
|
source = remoteGitLab {
|
||||||
|
domain = "gitlab.freedesktop.org";
|
||||||
|
suffix = "xorg/xserver";
|
||||||
|
ref = "xwayland-"+version;
|
||||||
|
checksum = "scGlJ43aDw2UfxB-kuVnEua6vrHIaQjAA_sItvkQ2zqVKX8r5D0SVhsJcW31pJIt";
|
||||||
|
};
|
||||||
|
|
||||||
|
exec = meson {
|
||||||
|
setup = {
|
||||||
|
"Dipv6": "false";
|
||||||
|
"Dsystemd_notify": "false";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
early = `
|
||||||
|
ln -sf ../system/bin/bash /bin/
|
||||||
|
`;
|
||||||
|
|
||||||
|
inputs = [
|
||||||
|
bash,
|
||||||
|
gawk,
|
||||||
|
|
||||||
|
mesa,
|
||||||
|
libglvnd,
|
||||||
|
libepoxy,
|
||||||
|
xorgproto,
|
||||||
|
wayland,
|
||||||
|
wayland-protocols,
|
||||||
|
libxtrans,
|
||||||
|
libxshmfence,
|
||||||
|
pixman,
|
||||||
|
libbsd,
|
||||||
|
xkbcomp,
|
||||||
|
xkeyboard-config,
|
||||||
|
libXfont2,
|
||||||
|
font-util,
|
||||||
|
libxcvt,
|
||||||
|
libmd,
|
||||||
|
libXdmcp,
|
||||||
|
libtirpc,
|
||||||
|
kernel-headers,
|
||||||
|
];
|
||||||
|
|
||||||
|
runtime = [
|
||||||
|
xkbcomp,
|
||||||
|
xkeyboard-config,
|
||||||
|
|
||||||
|
mesa,
|
||||||
|
libglvnd,
|
||||||
|
libepoxy,
|
||||||
|
pixman,
|
||||||
|
libmd,
|
||||||
|
libbsd,
|
||||||
|
libtirpc,
|
||||||
|
libxcvt,
|
||||||
|
libXdmcp,
|
||||||
|
libXfont2,
|
||||||
|
libpciaccess,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user