freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master 07dea57: * meson.build: Fix typo.


From: Werner Lemberg
Subject: [freetype2-demos] master 07dea57: * meson.build: Fix typo.
Date: Wed, 26 Jan 2022 00:55:15 -0500 (EST)

branch: master
commit 07dea57c22fea8e4c6385555950c9f8aeca38539
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    * meson.build: Fix typo.
---
 README.meson | 7 +++++++
 meson.build  | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.meson b/README.meson
index d8a4cdb..f7d8af8 100644
--- a/README.meson
+++ b/README.meson
@@ -28,6 +28,13 @@ methods *before* running `meson setup`:
   - Alternatively,  create or  replace `subprojects/freetype2`  with a
     symlink to or a copy of the FreeType2 source tree of your chosing.
 
+In case meson  cloned FreeType already, and new commits were added  to
+its git repository, say
+
+  meson subprojects update
+
+to update it.
+
 
 Quick compilation instructions
 ------------------------------
diff --git a/meson.build b/meson.build
index f2df6a2..0a98406 100644
--- a/meson.build
+++ b/meson.build
@@ -77,7 +77,7 @@ ftcommon_lib = static_library('ftcommon',
     'src/rsvg-port.c',
     'src/rsvg-port.h',
   ],
-  c_args: [-DHAVE_LIBRSVG],
+  c_args: '-DHAVE_LIBRSVG',
   dependencies: [libpng_dep, librsvg_dep, libfreetype2_dep],
   include_directories: graph_include_dir,
   link_with: [common_lib, graph_lib],



reply via email to

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