Re: [PATCH 1/5] rdp: allow to compile against FreeRDP 2.0

2016-04-23 Thread Hardening
Le 23/04/2016 11:50, Quentin Glidic a écrit : > On 22/04/2016 15:19, David Fort wrote: >> FreeRDP 2.0 is about to be released, this allows to compile against >> this version. >> >> Signed-off-by: David Fort >> --- >> configure.ac | 8 +++- >> src/compositor-rdp.c | 23 +++

[PATCH weston v2] build: Add (and use) an AC_SEARCH_LIBS wrapper

2016-04-23 Thread Quentin Glidic
From: Quentin Glidic AC_SEARCH_LIBS is the recommended macro for these checks, unfortunately, we use AC_CHECK_LIB instead, and even AC_CHECK_FUNC, when only one AC_SEARCH_LIBS would be enough. This wrapper macro is used much like PKG_CHECK_MODULES, as it defines (and AC_SUBST) the PREFIX_LIBS va

Re: [PATCH 1/5] rdp: allow to compile against FreeRDP 2.0

2016-04-23 Thread Quentin Glidic
On 22/04/2016 15:19, David Fort wrote: FreeRDP 2.0 is about to be released, this allows to compile against this version. Signed-off-by: David Fort --- configure.ac | 8 +++- src/compositor-rdp.c | 23 --- 2 files changed, 23 insertions(+), 8 deletions(-) diff

Re: [PATCH v1] refactor configuration API of rdp-backend

2016-04-23 Thread Benoit Gschwind
Hello, Le 22/04/2016 23:57, Hardening a écrit : > Le 22/04/2016 17:05, Benoit Gschwind a écrit : >> Implement a "well" defined API to configure the rdp backend. >> Following according to discution about libweston API. >> --- >> v1: >> - Fix the patch log >> v0: >> - Nothing particular. >> >> Si

[PATCH weston] refactor configuration API of fbdev-backend

2016-04-23 Thread Benoit Gschwind
Implement a "well" defined API to configure the fbdev backend. Following according to discution about libweston API --- v0: - First proposal. src/compositor-fbdev.c | 45 +++-- src/compositor-fbdev.h | 49