[PATCH] version.h: Add version check macro

2013-08-20 Thread Pier Luigi Fiorini
Make it easier to check for a Weston version. --- src/version.h.in | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/version.h.in b/src/version.h.in index f573328..12ad6e4 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -26,6 +26,13 @@ #define WESTON_VERSION_

Re: Planning 1.2.1 releases in a few days

2013-08-20 Thread Maksim Melnikau
On Wed, Aug 21, 2013 at 2:42 AM, Kristian Høgsberg wrote: > If there's a patch that should be in the 1.2.1 release but isn't let me > know. > Could you add "add [xwayland] path weston.ini option" http://cgit.freedesktop.org/wayland/weston/commit/?id=92de1443312e69b217bf817c52cc0fb4bfae8ada to west

Planning 1.2.1 releases in a few days

2013-08-20 Thread Kristian Høgsberg
Hi all, I went through the work on git master and picked over a lot of the fixes there. We have a lot of bug-fixes queued up since 1.2.0, lots of documentation fixes, but I also picked over a few more feature-ish patches, specifically the touch support from Rusty. Anway, it's all on the 1.2 west

Re: [PATCH v2 weston] autotools: Don't use wayland-scanner.m4

2013-08-20 Thread Kristian Høgsberg
On Tue, Aug 20, 2013 at 09:56:52AM +0200, Daiki Ueno wrote: > --- > Put makefile rules into $(top_srcdir)/wayland-scanner.mk and include > it from Makefile.am. Thanks, applied. Kristian > Makefile.am | 2 +- > clients/Makefile.am | 3 ++- > configure.ac | 5 ++--- >

[PATCH v2 weston] autotools: Don't use wayland-scanner.m4

2013-08-20 Thread Daiki Ueno
--- Put makefile rules into $(top_srcdir)/wayland-scanner.mk and include it from Makefile.am. Makefile.am | 2 +- clients/Makefile.am | 3 ++- configure.ac | 5 ++--- src/Makefile.am | 3 ++- src/xwayland/Makefile.am | 3 ++- tests/Makefile.am| 3 ++-