From 2d830eae8bbb986a2c8993fc00dedfb180e47339 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 2 Nov 2021 13:18:17 +0900 Subject: [PATCH] infra: update meson option description --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 7ab20a15..056f897a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -51,4 +51,4 @@ option('log', option('static', type: 'boolean', value: false, - description: 'Enable to use static library(png, jpg)') + description: 'Force to use static linking modules in thorvg')