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

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 1/5] rdp: allow to compile against FreeRDP 2.0

2016-04-22 Thread Hardening
Le 22/04/2016 15:19, David Fort a écrit : > 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 d

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

2016-04-22 Thread David Fort
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 --git a/configure.ac b/configure.ac inde