gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] is libXmu really needed?


From: Patrice Dumas
Subject: Re: [Gnash-dev] is libXmu really needed?
Date: Wed, 24 May 2006 15:36:59 +0200
User-agent: Mutt/1.4.2.1i

On Thu, May 18, 2006 at 09:41:41AM +0200, strk wrote:
> On Wed, May 17, 2006 at 11:40:05PM +0200, Patrice Dumas wrote:
> 
> Dependencies are not clearly documented. 
> I personally don't know if it's needed or not,
> we might comment that line out and see if anyone complains.

It seems to me that Xmu isn't needed, there is no Xmu string appearing 
in the source code, and libXmu doesn't seems to be a prerequesite for 
any of the other libraries needed. Furthermore it doesn't show up in a 
ldd of the gnash libraries and binaries. And my test show that it isn't
needed.

Even if it is required, something needs to change, as it is in 
configure.ac although nothing is done if not found:
AC_CHECK_LIB(Xmu, XmuCvtStringToOrientation)

And also hardcoded in plugin/Makefile.am:
AM_LDFLAGS  = $(X_LIBS) -lX11 -lXi -lXmu \

I attach a patch that remove the references to libXmu.

--
Pat

Attachment: gnash-remove-Xmu.diff
Description: Text document


reply via email to

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