summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-04 18:07:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-04 18:28:31 -0500
commitdbd360262cf8a56477dafea4293b2d9cec62bae7 (patch)
tree5e36b6fa76d8531fe16354127f3322e16960c0b6 /gdk
parent25e199e7b789894f020ec740ff4a9419207f6a61 (diff)
downloadgtk+-dbd360262cf8a56477dafea4293b2d9cec62bae7.tar.gz
Add an explicit fribidi dep
We will use fribidi api to determine text direction.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/meson.build b/gdk/meson.build
index d68307392b..a7b5f2e630 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -168,6 +168,7 @@ gdk_deps = [
pixbuf_dep,
cairo_dep,
pango_dep,
+ fribidi_dep,
cairogobj_dep,
glib_dep,
gobject_dep,