libXfont: Changes to 'master'

James Cloos cloos at kemper.freedesktop.org
Sat Jun 28 12:36:42 PDT 2008


 src/FreeType/ftenc.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 11edbc3a818e15ea2b622b31e6f87159ee68ae4a
Author: Maarten ter Huurne <maarten.ter.huurne at philips.com>
Date:   Sat Jun 28 15:34:50 2008 -0400

    Do not call FT_Get_BDF_Charset_ID() if configured with --disable-bdfformat
    
    When I configure libXfont-1.3.2 with --disable-bdfformat and link it against
    FreeType that is built without BDF support, I get the following link error:
    
    libXfont.so: undefined reference to ‘FT_Get_BDF_Charset_ID’
    
    I fixed it by checking XFONT_BDFFORMAT and if BDF support is disabled, the call
    to FT_Get_BDF_Charset_ID() is omitted and the result code is set as if the call
    had failed.
    
    Signed-off-by: James Cloos <cloos at jhcloos.com>



More information about the xorg-commit mailing list