[pango/ci-improved: 2/3] build: Use correct check for pango-xft API reference



commit 6cf5295de3fd8297c9fab7d07b44e83d01753aee
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Apr 14 13:28:25 2020 +0100

    build: Use correct check for pango-xft API reference
    
    PangoXft depends on both Xft and fontconfig.

 docs/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]