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

2016-05-19 Thread Bryce Harrington
On Mon, May 16, 2016 at 11:50:14AM +0200, Quentin Glidic wrote: > On 01/05/2016 23:32, David Fort wrote: > >FreeRDP 2.0 is about to be released, this allows to compile against this > >version. > >The detection is adjusted to prefer FreeRDP 2 against version 1.x. > > > >Signed-off-by: David Fort

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

2016-05-16 Thread Quentin Glidic
On 01/05/2016 23:32, David Fort wrote: FreeRDP 2.0 is about to be released, this allows to compile against this version. The detection is adjusted to prefer FreeRDP 2 against version 1.x. Signed-off-by: David Fort Reviewed-by: Quentin Glidic

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

2016-05-01 Thread Hardening
Le 01/05/2016 23:32, David Fort a écrit : > FreeRDP 2.0 is about to be released, this allows to compile against this > version. > The detection is adjusted to prefer FreeRDP 2 against version 1.x. > > Signed-off-by: David Fort > --- > configure.ac | 5

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

2016-04-30 Thread Quentin Glidic
On 30/04/2016 02:29, Bryce Harrington wrote: On Tue, Apr 26, 2016 at 11:34:03PM +0200, David Fort wrote: FreeRDP 2.0 is about to be released, this allows to compile against this version. The detection is adjusted to prefer FreeRDP 2 against version 1.x. Signed-off-by: David Fort

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

2016-04-29 Thread Bryce Harrington
On Tue, Apr 26, 2016 at 11:34:03PM +0200, David Fort wrote: > FreeRDP 2.0 is about to be released, this allows to compile against this > version. > The detection is adjusted to prefer FreeRDP 2 against version 1.x. > > Signed-off-by: David Fort Is this just to

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

2016-04-26 Thread David Fort
FreeRDP 2.0 is about to be released, this allows to compile against this version. The detection is adjusted to prefer FreeRDP 2 against version 1.x. Signed-off-by: David Fort --- configure.ac | 8 +++- src/compositor-rdp.c | 23