Re: using externally built libs (Xcursor, Xrender, Xft)

2003-09-30 Thread Mike A. Harris
On Fri, 26 Sep 2003, Owen Taylor wrote:

 Here is another patch from the Debian project. It comes in 3 parts. I
 basically allows XFree86 to build using an externally built libs.
 
 http://bugs.xfree86.org/show_bug.cgi?id=741
 
 It wouldn't let me classify into multiple libraries...so I just associated
 it with other.

I don't see how building against an external Xrender/etc works,
since those libraries depend on libX11; to avoid a dependency
loop, we copy the libraries into the X11 tarball and do various
munging.

Sorry to be pedantic on you Owen..  ;o)  But we do not modify the
XFree86 tarball, rather the pristine XFree86 sources (exported
from CVS tag) are decompressed, then Xft/Xrender is moved out of
the way, and the new Xft/Xrender decompresed into the tree, then
our patches are applied.

Fixing that isn't really possible without splitting up of main 
tarball.

Yep, but fortunately there is so few applicatioins, etc with 
dependancies on those libs that it's easily doable IMHO.  xterm 
is already separate upstream.  There are a couple others like 
xditview, xclock, etc. which could be separated out, or in some 
cases just dropped completely IMHO.

Again, sorry to be pedantic..  ;o)  Just don't want people to 
think our XFree tarball isn't pristine.  ;o)



-- 
Mike A. Harris

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: using externally built libs (Xcursor, Xrender, Xft)

2003-09-26 Thread Owen Taylor
On Thu, 2003-09-25 at 20:56, Warren Turkal wrote:
 Here is another patch from the Debian project. It comes in 3 parts. I
 basically allows XFree86 to build using an externally built libs.
 
 http://bugs.xfree86.org/show_bug.cgi?id=741
 
 It wouldn't let me classify into multiple libraries...so I just associated
 it with other.

I don't see how building against an external Xrender/etc works,
since those libraries depend on libX11; to avoid a dependency
loop, we copy the libraries into the X11 tarball and do various
munging.

Fixing that isn't really possible without splitting up of main
tarball.

(Better external fontconfig support would be appreciated, however)

Regards,
Owen


___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


using externally built libs (Xcursor, Xrender, Xft)

2003-09-25 Thread Warren Turkal
Here is another patch from the Debian project. It comes in 3 parts. I
basically allows XFree86 to build using an externally built libs.

http://bugs.xfree86.org/show_bug.cgi?id=741

It wouldn't let me classify into multiple libraries...so I just associated
it with other.

wt
-- 
Warren Turkal
President, GOLUM, Inc.
http://www.golum.org

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: using externally built libs (Xcursor, Xrender, Xft)

2003-09-25 Thread David Dawes
On Thu, Sep 25, 2003 at 07:56:14PM -0500, Warren Turkal wrote:
Here is another patch from the Debian project. It comes in 3 parts. I
basically allows XFree86 to build using an externally built libs.

XFree86 has some limited support for using already-installed
headers/libraries for some types of builds (like ServersOnly).  Does
this patch build on that?

David
-- 
David Dawes
Founder/committer/developer The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel