You are not logged in.
Somebody can make pkgbuild from this issue? https://gitlab.freedesktop.org/xorg/xse … ssues/1688
I just don't know how to exactly make pkgbuild from this
Offline
Just get xorg-xwayland-git from the AUR, and change the source to point to the branch of that merge request, or check it out in a prepare function with `git checkout -b 'xserver-xwayland-fix-pixmap-syncpts' FETCH_HEAD`. Then build / install with `makepkg -si`.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Just get xorg-xwayland-git from the AUR, and change the source to point to the branch of that merge request, or check it out in a prepare function with `git checkout -b 'xserver-xwayland-fix-pixmap-syncpts' FETCH_HEAD`. Then build / install with `makepkg -si`.
thank you for help
Offline
Just get xorg-xwayland-git from the AUR, and change the source to point to the branch of that merge request, or check it out in a prepare function with `git checkout -b 'xserver-xwayland-fix-pixmap-syncpts' FETCH_HEAD`. Then build / install with `makepkg -si`.
It seems to me that I'm doing it wrong, the sources are downloaded from the main branch, and not from the one I need "xserver-xwayland-fix-pixmap-syncpts"
Offline