diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-07-11 16:19:33 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-07-11 16:19:54 +0200 |
commit | 58b1930c95db12deebb015870352e3e696583571 (patch) | |
tree | a7faa12ce512b3979c6c5863b96a7103273704d1 | |
parent | 293d56ceeaf64b9909ba296965603edd0a656203 (diff) | |
download | pango-58b1930c95db12deebb015870352e3e696583571.tar.gz |
Requires.private fribidi
Fixes https://gitlab.gnome.org/GNOME/pango/issues/301
Fixes https://gitlab.gnome.org/GNOME/pango/issues/305
-rw-r--r-- | pango.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango.pc.in b/pango.pc.in index bae2fd33..81c074b1 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -7,6 +7,7 @@ Name: Pango Description: Internationalized text handling Version: @VERSION@ Requires: glib-2.0 gobject-2.0 +Requires.private: fribidi Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ Libs.private: -lm Cflags: -I${includedir}/pango-1.0 |