| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. New makedepend wayland-dev, because mesa-libwayland-egl does not
exist anymore (see 257a236 and 4f8b36b):
This fixes configure errors:
checking for EGL_TESTS... no
configure: error: Package requirements (egl glesv2 wayland-client wayland-egl) were not met:
Package 'wayland-client', required by 'virtual:world', not found
Package 'wayland-egl', required by 'virtual:world', not found
2. Apply @z3ntu's patch to make the RDP backend work with freerdp-2.0.0_rc2.
This avoids compilation errors like this one:
libweston/compositor-rdp.c:193:5: error: 'SURFACE_BITS_COMMAND {aka struct _SURFACE_BITS_COMMAND}' has no member named 'bpp';
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Disabled testsuite, as discussed here (with some workarounds, but I
could not get the full testsuite working):
https://github.com/alpinelinux/aports/pull/1689
|
|
|
|
|
|
|
|
| |
take maintain
shared libs moved to libweston, libweston-desktop
split to submodules: cms-*, client-*, shell-*, backend-*
add check() function
add helper submodule weston-desktop-x11 to run as x11 client
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|