summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index e5b7ba7d..e847a34f 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -55,7 +55,7 @@ if build_pangoft2
docdeps += libpangoft2_dep
endif
-if xft_dep.found()
+if xft_dep.found() and fontconfig_dep.found()
docdeps += libpangoxft_dep
endif