[Buildroot] [PATCH 08/11 v5] package/freerdp: add options to enable/disable server and/or client

Yann E. MORIN yann.morin.1998 at free.fr
Sun Feb 22 13:14:24 UTC 2015


Thomas, All,

On 2015-02-22 12:48 +0100, Thomas Petazzoni spake thusly:
> One question, see below.
> 
> On Sat, 21 Feb 2015 23:36:21 +0100, Yann E. MORIN wrote:
> > diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
> > index cf96ff4..33eacc2 100644
> > --- a/package/freerdp/freerdp.mk
> > +++ b/package/freerdp/freerdp.mk
[--SNIP--]
> > @@ -113,4 +161,10 @@ else
> >  FREERDP_CONF_OPTS += -DWITH_XV=OFF
> >  endif
> >  
> > +else # ! SERVER && ! CLIENT
> > +
> > +FREERDP_CONF_OPTS += -DWITH_X11=OFF
> > +
> > +endif # ! USES_XLIBS
> 
> Is this really ! USES_XLIBS ?

Indeed no, it's a leftover from a previous attempt. It should have been:

    # ! SERVER && ! CLIENT

I'll send a fix-up patch. Sorry for the mess...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list