[gnome-build-meta/christopherdavis/fix-pango-features] sdk/pango: disable libthai and xft features
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/christopherdavis/fix-pango-features] sdk/pango: disable libthai and xft features
- Date: Wed, 9 Sep 2020 20:46:26 +0000 (UTC)
commit 40f16f68e9660f15195213deffbc8396e1cb519a
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]