xorg.xwayland: add eglstream support
This commit is contained in:
parent
2674c54303
commit
cfe4ede98b
@ -1,16 +1,18 @@
|
||||
{ stdenv, wayland, wayland-protocols, xorgserver, xkbcomp, xkeyboard_config, epoxy, libxslt, libunwind, makeWrapper }:
|
||||
{ stdenv, wayland, wayland-protocols, xorgserver, xkbcomp, xkeyboard_config, epoxy, libxslt, libunwind, makeWrapper, egl-wayland }:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
xorgserver.overrideAttrs (oldAttrs: {
|
||||
|
||||
name = "xwayland-${xorgserver.version}";
|
||||
buildInputs = oldAttrs.buildInputs ++ [ egl-wayland ];
|
||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs
|
||||
++ [wayland wayland-protocols epoxy libxslt makeWrapper libunwind];
|
||||
configureFlags = [
|
||||
"--disable-docs"
|
||||
"--disable-devel-docs"
|
||||
"--enable-xwayland"
|
||||
"--enable-xwayland-eglstream"
|
||||
"--disable-xorg"
|
||||
"--disable-xvfb"
|
||||
"--disable-xnest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user