On Mon, 26 Mar 2012 17:44:19 +0200
Arthur Huillet <arthur.huil...@free.fr> wrote:

> Hello,
> 
> On Wed, 21 Mar 2012 16:43:16 +0100
> Arthur Huillet <arthur.huil...@free.fr> wrote:
> 
> > > It *does* break existing builds, as I said.  Specifically, Mac and
> > > Windows builds.  
> 
> Please try the attached patch.

I think this is the wrong place to put this. The fontconfig dependency
comes from FLTK, and from the fact that FLTK uses Xft2. As such, we
should put it in this section in the top CMakeLists.txt:

  if(X11_Xft_FOUND)
    set(FLTK_LIBRARIES ${FLTK_LIBRARIES} ${X11_Xft_LIB})
  endif()

Might also want to use CMake's functions for searching for libraries.

Rgds
-- 
Pierre Ossman            OpenSource-based Thin Client Technology
System Developer         Telephone: +46-13-21 46 00
Cendio AB                Web: http://www.cendio.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to