ports/print/ft2demos/files/patch-meson.build
Eric Gullufsen 6e009d0456 print/ft2demos: Update to 2.11.1 and unbreak
Convert to meson build system (from GNU Make)
Use gitlab source which has meson.build

PR:		260922
2022-01-16 14:50:14 +01:00

11 lines
357 B
Text

--- 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)