How to compile wayland/weston for arm64

2017-05-31 Thread saikishore
Hi I Just have started downloaded and compiling for x86/64. But if i would like to compile for arm64 enviroment, please let me know the configure steps thanks saikishore ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.f

[PATCH libinput] test: make sure we search for event node, not the parent input device

2017-05-31 Thread Peter Hutterer
This explains the heisenbugs when running the test suite. libevdev gives us the syspath to the /sys/.../input123 node, not the one for the event node. The device node path is created based on the sysfs tree, so there's a window where the device node may not exist yet but we already returned the dev

[PATCH v2] configure.ac: use AC_HEADER_MAJOR to detect major()/minor()

2017-05-31 Thread Sergei Trofimovich
This change slightly updates c4d7f66c12853b9575366dd9f4a7960ec5694934 which added inclusion. Autoconf has AC_HEADER_MAJOR to find out which header defines reqiured macros: https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Particular-Headers.html This change should increas

Re: Qt static

2017-05-31 Thread Thiago Macieira
On Wednesday, 31 May 2017 04:52:59 PDT Davide wrote: > Hey all > Some times ago I have made a statically built Qt application but I can not > include Wayland platform plugin, because i got the error: > Plugin class name could not be determined for egl-wayland > So if i try to run it on gnome the ap

Re: libweston versions and tutorials

2017-05-31 Thread adlo
On Wed, May 31, 2017 at 1:54 PM, Quentin Glidic < sardemff7+wayl...@sardemff7.net> wrote: > On 5/31/17 2:37 PM, adlo wrote: > >> Is libweston 1.0 good enough for writing a compositor? >> > > Yes, but each major version is adding or changing API to make it simpler > to write a compositor. Specifica

Re: libweston versions and tutorials

2017-05-31 Thread Quentin Glidic
On 5/31/17 2:37 PM, adlo wrote: Is libweston 1.0 good enough for writing a compositor? Yes, but each major version is adding or changing API to make it simpler to write a compositor. Specifically, libweston 2 has introduced a much nicer output API, thanks to Armin’s GSoC work. Are there an

libweston versions and tutorials

2017-05-31 Thread adlo
Is libweston 1.0 good enough for writing a compositor? Are there any tutorials or simple examples for writing a compositor using any version of libweston? Regards adlo ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.fre

Qt static

2017-05-31 Thread Davide
Hey all Some times ago I have made a statically built Qt application but I can not include Wayland platform plugin, because i got the error: Plugin class name could not be determined for egl-wayland So if i try to run it on gnome the application switches to XWayland and xcb. What can I do? -