[gnome-build-meta/christopherdavis/fix-pango-features: 2/2] sdk/pango: disable libthai and xft features




commit 9c6bf5134fe7d7f0005c26bbe80b92cdba1220d1
Author: Christopher Davis <brainblasted disroot org>
Date:   Wed Sep 9 13:17:15 2020 -0700

    sdk/pango: disable libthai and xft features
    
    Pango moved to using features for these dependencies
    to make them optional. Since we automatically enable
    features, we need to explicitly disable them here.

 elements/sdk/pango.bst | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/elements/sdk/pango.bst b/elements/sdk/pango.bst
index 382ed8b9..86dd622f 100644
--- a/elements/sdk/pango.bst
+++ b/elements/sdk/pango.bst
@@ -22,3 +22,7 @@ public:
         - '%{libdir}/libpango-1.0.so'
         - '%{libdir}/libpangocairo-1.0.so'
         - '%{libdir}/libpangoft2-1.0.so'
+variables:
+  meson-local: >-
+    -Dlibthai=disabled
+    -Dxft=disabled


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