----- David Maciejak <[email protected]> a écrit :
> On Thursday, February 13, 2014, Christophe <[email protected]> wrote:
> 
> > From: Christophe CURIS <[email protected] <javascript:;>>
> >
> > The proper behaviour that was expected is to accept silently that
> > libXinerama may not be missing, and only stop compilation when the lib
> > is present but not its header.
> 
> 
> Yes, in fact I did want to change that behaviour as on my Ubuntu system lib
> and header come with 2 packages and by default seems I only got lib setup.
> 
> That's why I thought it's ok to check xinerama in auto but the configure
> should not stop as it forced me to pass the -- disable_xinemara option to
> configure script.
> Btw I don't think everybody use multiple displays.
> 
> Any thoughts ?


Hi,
Sorry for late answer, been quite busy.
You're right that multiple display are not the common case, although there's 
already been mention on the list of people using it. There are also the case 
where people do not use multi-display but may later, for example on laptops: at 
first you may not think about it because you're using the built-in screen but 
some time later you may occasionally use a video projector, or TV or...

The idea in current case was that if the lib is present, then it is probable 
that user may want to use it but just forgot to install dev packages, thus we 
cannot decide what to do so we try to be clear to user about it so he can 
choose either to install them or tell us he does not want it 
(--disable-xinerama... when it works ;-) )


--
To unsubscribe, send mail to [email protected].

Reply via email to