gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] X11 dependency with FB gui


From: strk
Subject: Re: [Gnash-dev] X11 dependency with FB gui
Date: Wed, 5 Dec 2007 16:12:58 +0100

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]