commit | 8a7cfe17874b19afbba0378f1ace9bd21aab46ba | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Mon May 23 14:36:06 2022 -0600 |
committer | Behdad Esfahbod <[email protected]> | Mon May 23 14:36:06 2022 -0600 |
tree | f113ca06f1f15f72c37acf74030be04f3d93bdd2 | |
parent | d473397831fafa216a1658de830dc0178ec0fab3 [diff] [blame] |
[perf/benchmark-shape] Test ft font backend as well
diff --git a/perf/meson.build b/perf/meson.build index f2f181a..ae122f4 100644 --- a/perf/meson.build +++ b/perf/meson.build
@@ -43,7 +43,7 @@ benchmark('benchmark-shape', executable('benchmark-shape', 'benchmark-shape.cc', dependencies: [ - google_benchmark_dep, + google_benchmark_dep, freetype_dep, ], cpp_args: [], include_directories: [incconfig, incsrc],