util: Changes to 'master'

Jon TURNEY jturney at kemper.freedesktop.org
Sun Sep 25 05:30:43 PDT 2011


 configure.ac   |    2 +-
 fontutil.m4.in |   34 ++++++++++++++++++++++++++++++----
 2 files changed, 31 insertions(+), 5 deletions(-)

New commits:
commit 80cde5d8bb59a50ba1e98b5947f2fe0c8f38ef84
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Tue Apr 26 15:03:42 2011 +0100

    If cross-compiling, we don't have to run mkfontdir
    
    If cross-compiling, we can run the host mkfontdir on the font directory,
    since the output is arch independent (I think)
    
    If cross-compiling and we can't find mkfontdir, just warn that mkfontdir
    needs to be run on the target.
    
    When not cross-compiling, the behaviour remains unchanged: mkfontdir
    must be found and is run
    
    (Also, bump version number to 1.2.90 as the next release must be 1.3.0
    as this change adds a macro)
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 901fa14455a09901ebc69d0c93c03bb3c7c712d4
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Tue Apr 26 15:00:30 2011 +0100

    Never run fc-cache if cross-compiling
    
    Since the cache files produced by fc-cache are arch-dependent, there is
    no point in running fc-cache if cross-compiling
    
    So, even if we aren't using a DESTDIR, but are installing directly into
    (a hopefully non-default) prefix, don't run fc-cache when cross-compiling
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list