forked from mirrors/nixpkgs
Merge pull request #30828 from gnidorah/xwayland
xwayland: enable acceleration with help of glamor
This commit is contained in:
commit
07d429a722
|
@ -17,6 +17,7 @@ overrideDerivation xorgserver (oldAttrs: {
|
|||
"--disable-xnest"
|
||||
"--disable-xquartz"
|
||||
"--disable-xwin"
|
||||
"--enable-glamor"
|
||||
"--with-default-font-path="
|
||||
"--with-xkb-bin-directory=${xkbcomp}/bin"
|
||||
"--with-xkb-path=${xkeyboard_config}/etc/X11/xkb"
|
||||
|
|
Loading…
Reference in a new issue