freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][master] * meson.build: Fix typo.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype-demos][master] * meson.build: Fix typo.
Date: Wed, 26 Jan 2022 05:55:06 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType Demo Programs

Commits:

2 changed files:

Changes:

  • README.meson
    ... ... @@ -28,6 +28,13 @@ methods *before* running `meson setup`:
    28 28
       - Alternatively,  create or  replace `subprojects/freetype2`  with a
    
    29 29
         symlink to or a copy of the FreeType2 source tree of your chosing.
    
    30 30
     
    
    31
    +In case meson  cloned FreeType already, and new commits were added  to
    
    32
    +its git repository, say
    
    33
    +
    
    34
    +  meson subprojects update
    
    35
    +
    
    36
    +to update it.
    
    37
    +
    
    31 38
     
    
    32 39
     Quick compilation instructions
    
    33 40
     ------------------------------
    

  • meson.build
    ... ... @@ -77,7 +77,7 @@ ftcommon_lib = static_library('ftcommon',
    77 77
         'src/rsvg-port.c',
    
    78 78
         'src/rsvg-port.h',
    
    79 79
       ],
    
    80
    -  c_args: [-DHAVE_LIBRSVG],
    
    80
    +  c_args: '-DHAVE_LIBRSVG',
    
    81 81
       dependencies: [libpng_dep, librsvg_dep, libfreetype2_dep],
    
    82 82
       include_directories: graph_include_dir,
    
    83 83
       link_with: [common_lib, graph_lib],
    


  • reply via email to

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