Kai-Uwe Behrmann wrote:
> configure gives for
>   ./configure --enable-threads --enable-shared
> a
>   Graphics: X11
> 
> while for
>   ./configure --enable-threads --enable-xft --enable-shared --enable-gl 
> --enable-xinerama
> a
>   Graphics: X11+Xft+Xinerama
> 
> 
> Much better would be IMO a output, which shows in detail missing features
> like:
>   Graphics: X11
>        Xft: NO
>   Xinerama: NO
> 
> The later two can be omitted on non X11 systems.
> 
> The reason I bring this up is, that major distributions do not even know 
> that antialiased font and Xinerama support exists in FLTK. This bring a 
> od fashioned light not on the distribution but on FLTK, which is unfortune.
> 
> For Linux/BSD distributions it would be fine to automaticaly check for 
> Xft, threads, Xinerama as soon as shared libraries are requested 
> (--enable-shared). Then this would be hopefully soon a non issue any more.

For FLTK 1.3.x, anyways, the default is to use Xft, etc. when
available on the local system - we couldn't change the defaults in
1.1.x since that would have broken binary compatibility...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to