summaryrefslogtreecommitdiff
path: root/print/ft2demos/files/patch-meson.build
blob: 69d0d5831227f76d428db50874186484df734f7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- meson.build.orig	2021-12-02 03:37:39.000000000 -0900
+++ meson.build	2022-01-04 02:25:43.961204000 -0900
@@ -112,7 +112,7 @@
 
 executable('ftgrid',
   'src/ftgrid.c',
-  dependencies: libfreetype2_dep,
+  dependencies: [libfreetype2_dep, math_dep],
   include_directories: graph_include_dir,
   link_with: [ftcommon_lib, output_lib],
   install: true)