Updates the .gitignore files for clients and tests to reflect a new test and a
couple of renamed applications.
Signed-off-by: Casey Dahlin
---
diff --git a/clients/.gitignore b/clients/.gitignore
index 5954a54..81dab06 100644
--- a/clients/.gitignore
+++ b/clients/.gitignore
@@ -10,15 +10,15 @@
On 04/10, Casey Dahlin wrote:
> https://gitorious.org/wayland-cint/wayland-cint
I tried this, it's nice.
git clone git://gitorious.org/wayland-cint/wayland-cint.git
git submodule init
git submodule update # all the downloading
make
And as always, you probably want something like 'export MAKEFLA
I've been working for a bit on an easier way to build Wayland from source, and
more importantly, to get versions of all its dependencies that are known to
work together. This is what I came up with :)
I'm now offering for public consumption the Wayland continuous integration
repository. Git inform
On 04/09, Kristian Høgsberg wrote:
> That's a very nice overview of the project,
Thanks.
> though I'd point out that
> there's a bit more work to do on GTK+ support: client side decorations
> (as you mention), selections, dnd and popup placement are the big
> ones.
Done.
> It would also be ni
Hi
Nice overview. I would add that genivi (linux for automotive use) is
going to require wayland in the upcoming standards. There is work
going on to integrate the Genivi layermanager as a protocol extension
into wayland.
The layermanager is a system to manage multiple hardware
buffers/planes that
This is a related fix for the Wayland change:
commit 83685c506e76212ae4e5cb722205d98d3b0603b9
Author: Kristian Høgsberg
Date: Mon Mar 26 16:33:24 2012 -0400
Remove wl_buffer.damage and simplify shm implementation
Apparently, this should also fix a memory leak. When wl_buffer.damage
was re
Hi,
here is a set of fixes for Weston 0.85 branch. They have been very
lightly tested: weston boots into desktop-shell, and many demo clients
still work.
One patch adds the EGL_WL_bind_wayland_display headers, so that Weston
can be compiled on systems without the headers for it. Such systems are
On Tue, Apr 10, 2012 at 3:48 PM, Juan Zhao wrote:
> On 04/10/2012 02:25 PM, Simon Hong wrote:
>
>> Dear folks,
>>
>> All of weston compositor's backend(x11, drm, wayland) checks
>> EGL_KHR_Surfaceless_gles2 extension.
>> But my egl driver doesn't support it.
>>
> Which commit are you using? It sh