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
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
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
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
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
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
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
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?
-