[pango] Add fribidi dependency to pango.pc



commit 68cc13d04ed9d89609727f4448e5d2e08dd6626c
Author: Khaled Hosny <khaledhosny eglug org>
Date:   Mon Mar 26 12:00:32 2018 +0200

    Add fribidi dependency to pango.pc
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=794570

 pango.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango.pc.in b/pango.pc.in
index bae2fd3..d163ce4 100644
--- a/pango.pc.in
+++ b/pango.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: Pango
 Description: Internationalized text handling
 Version: @VERSION@
-Requires: glib-2.0 gobject-2.0
+Requires: glib-2.0 gobject-2.0 fribidi
 Libs: -L${libdir} -lpango-@PANGO_API_VERSION@
 Libs.private: -lm
 Cflags: -I${includedir}/pango-1.0


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