From dbd360262cf8a56477dafea4293b2d9cec62bae7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Feb 2019 18:07:14 -0500 Subject: Add an explicit fribidi dep We will use fribidi api to determine text direction. --- gdk/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'gdk') 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, -- cgit v1.2.1