From 1672badb7cda7ea22c51b85f67af730194ea86fa Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 16 May 2023 18:56:49 +0900 Subject: [PATCH] package: add thorvg preprocessor for static linking --- pc/thorvg.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/pc/thorvg.pc.in b/pc/thorvg.pc.in index 53235fe3..3ce4414b 100644 --- a/pc/thorvg.pc.in +++ b/pc/thorvg.pc.in @@ -8,3 +8,4 @@ Version: @VERSION@ Requires: Libs: -L${libdir} -lthorvg Cflags: -I${includedir}/thorvg +Cflags.private: -DTHORVG_STATIC