On Wed, Dec 05, 2007 at 07:58:45AM -0700, Rob Savoye wrote:
> strk wrote:
> >On Wed, Dec 05, 2007 at 03:41:57PM +0100, Udo Giacomozzi wrote:
> >
> >See here for why X11 is checked even when build_fb is defined:
> >http://cvs.savannah.gnu.org/viewvc/gnash/configure.ac?root=gnash&r1=1.450&r2=1.451
> >Briefly, you can do --enable-gui=fb,gtk ...
> >So we *do* want to check for X11.
> 
>   No, we don't always want to look for X11, as neither the FB GUI or 
> the new Qtopia support uses X11 at all. I'm also having this problem, 
> but only when I used libmad/SDL for sound support.

Again, we want to support --enable-gui=fb,gtk
So we want to *look for X11* if X11 is needed for *any* gui we're
willing to build.

> >That libs should link only if needed (but I guess you still need them
> >to build it if -l is specified...
> 
>   Correct. The X11 libraries are in the link line, this is the problem.


Whether or not to actually *add* -lX11 to the link line should be
decided by Makefile.am, not by configure.ac (as same configuration
can allow for multiple guis).

--strk;


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to