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 +++
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
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
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
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