diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2017-11-13 15:25:35 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-02-04 02:46:22 +0200 |
commit | 5e8cb02bec01e4a9b0ddff173889043d9db65fbc (patch) | |
tree | b07e1bd76561dacddf0c3691f909159f49f0ddc3 /pango/meson.build | |
parent | 1addea2febecb9e3511329b985d5566de6d8369e (diff) | |
download | pango-5e8cb02bec01e4a9b0ddff173889043d9db65fbc.tar.gz |
Switch to using external FriBiDi
Diffstat (limited to 'pango/meson.build')
-rw-r--r-- | pango/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pango/meson.build b/pango/meson.build index 9c6fbeca..6301410d 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -1,5 +1,3 @@ -subdir('mini-fribidi') - pango_sources = [ 'break.c', 'ellipsize.c', @@ -109,7 +107,7 @@ libpango = shared_library('pango-@0@'.format(pango_api_version), version: pango_libversion, soversion: pango_soversion, install: true, - dependencies: [ gobject_dep, mathlib_dep, thai_dep, mini_fribidi_dep ], + dependencies: [ gobject_dep, mathlib_dep, thai_dep, fribidi_dep ], include_directories: [ root_inc, pango_inc ], c_args: common_cflags + pango_debug_cflags + pango_cflags, link_args: common_ldflags) |