Hi,
This is how upstream yocto does it .
<
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-graphics/wayland/wayland/just-scanner.patch
>
There are these issues like the CLOEXEC when compiling on older host, that
why we intend to restrict building wayand at just the scanner.
You
Signed-off-by: Bryce Harrington
---
clients/screenshot.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/screenshot.c b/clients/screenshot.c
index 1f73df6..7511ef7 100644
--- a/clients/screenshot.c
+++ b/clients/screenshot.c
@@ -249,7 +249,7 @@ int main(int argc, ch
Signed-off-by: Bryce Harrington
---
building.html |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/building.html b/building.html
index 1eed935..b56d4dd 100644
--- a/building.html
+++ b/building.html
@@ -153,7 +153,7 @@ pixman.
$ git clone git://git.sv.gnu.org/libunwind
Hi
I was just wondering if anyone was interested in this patch or had any
suggestions on how I could improve it
Regards
Mike
On 16 Jul 2013 00:48, "Mike Lothian" wrote:
> Hi
>
> I compile wayland for both 32bit and 64bit concurrently but unfortunately
> the 32bit wayland-scanner always took pr
Hi,
On Tue, 2013-07-23 at 10:14 +0200, David Herrmann wrote:
> If you don't implement it properly, you will soon notice that stuff
> like vim will fail. They rely on these features.
Sorry, I just found the problem with vim.
I will re-send the patch after fixing the vim glyph display.
In the past
Hi
On Tue, Jul 23, 2013 at 9:49 AM, Peng Wu wrote:
> Hi,
>
> On Tue, 2013-07-23 at 09:22 +0200, David Herrmann wrote:
>> Please first address the issues I mentioned in v1. You cannot just
>> redraw characters and be fine. That's not how it works. You need to
>> adjust handle_char() to move the cu
Hi,
On Tue, 2013-07-23 at 09:22 +0200, David Herrmann wrote:
> Please first address the issues I mentioned in v1. You cannot just
> redraw characters and be fine. That's not how it works. You need to
> adjust handle_char() to move the cursor two columns for
> wide-characters.
>
Actually I also ad
Hi
On Tue, Jul 23, 2013 at 4:44 AM, Peng Wu wrote:
> Yes, I just followed the gnome vte terminal widget code.
> I will try to send v3 patch set to remove glib dependencies soon.
Please first address the issues I mentioned in v1. You cannot just
redraw characters and be fine. That's not how it wo