[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],