freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] meson.build: Minor doc fix.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] meson.build: Minor doc fix.
Date: Mon, 05 Jul 2021 03:45:12 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • meson.build
    ... ... @@ -31,8 +31,9 @@ project('freetype2', 'c',
    31 31
     )
    
    32 32
     
    
    33 33
     
    
    34
    -# Apparently meson doesn't provide a `read_file` function, so instead
    
    35
    -# running an external command is required.
    
    34
    +# Only meson >= 0.57 can read a file and assign its contents to a
    
    35
    +# variable; we thus use an external command to have this functionality
    
    36
    +# with older versions, too.
    
    36 37
     
    
    37 38
     python = import('python')
    
    38 39
     python_exe = python.find_installation(required: true)
    


  • reply via email to

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