PINE64
compiler wev - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159)
+---- Thread: compiler wev (/showthread.php?tid=15975)



compiler wev - oihantto64 - 02-04-2022

To adapt the pinephone keyboard, I will need to use the equivalent of xev for wayland ie wev, or the version available on AUR is not suitable for arm64. Is it difficult to adapt the pkgbuild to compile compatible with aarch64?


RE: compiler wev - ragreenburg - 02-04-2022

(02-04-2022, 11:55 AM)oihantto64 Wrote: To adapt the pinephone keyboard, I will need to use the equivalent of xev for wayland ie wev, or the version available on AUR is not suitable for arm64. Is it difficult to adapt the pkgbuild to compile compatible with aarch64?

Most of the time, if you just change the `arch=('x86_64')` or whatever it is to `arch=('aarch64')`, it will work. Those are usually close to the top of the PKGBUILD.


RE: compiler wev - oihantto64 - 02-05-2022

(02-04-2022, 12:08 PM)ragreenburg Wrote:
(02-04-2022, 11:55 AM)oihantto64 Wrote: To adapt the pinephone keyboard, I will need to use the equivalent of xev for wayland ie wev, or the version available on AUR is not suitable for arm64. Is it difficult to adapt the pkgbuild to compile compatible with aarch64?

Most of the time, if you just change the `arch=('x86_64')` or whatever it is to `arch=('aarch64')`, it will work. Those are usually close to the top of the PKGBUILD.
Thank you, it works with a small problem before compiling with the . srcinfo announces that it is not suitable for aarch64, but one can pass over.


RE: compiler wev - ragreenburg - 02-05-2022

(02-05-2022, 01:58 AM)oihantto64 Wrote:
(02-04-2022, 12:08 PM)ragreenburg Wrote:
(02-04-2022, 11:55 AM)oihantto64 Wrote: To adapt the pinephone keyboard, I will need to use the equivalent of xev for wayland ie wev, or the version available on AUR is not suitable for arm64. Is it difficult to adapt the pkgbuild to compile compatible with aarch64?

Most of the time, if you just change the `arch=('x86_64')` or whatever it is to `arch=('aarch64')`, it will work. Those are usually close to the top of the PKGBUILD.
Thank you, it works with a small problem before compiling with the . srcinfo announces that it is not suitable for aarch64, but one can pass over.

Glad to hear it worked. Why did you need it for the keyboard?