diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2017-11-13 15:27:37 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-02-04 02:46:36 +0200 |
commit | 0a71013dfc3a5199f0632bb99410523949bf49d7 (patch) | |
tree | ec2873db87e16fd06c85ea3c9383ccf708ba01ee /docs | |
parent | 5e8cb02bec01e4a9b0ddff173889043d9db65fbc (diff) | |
download | pango-0a71013dfc3a5199f0632bb99410523949bf49d7.tar.gz |
Drop now unused mini-fribidi
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 1 | ||||
-rw-r--r-- | docs/meson.build | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index f5f13174..80df07bc 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -22,7 +22,6 @@ CFILE_GLOB=$(top_srcdir)/pango/*.c # Headers to ignore IGNORE_HFILES= \ ftglue.h \ - mini-fribidi \ opentype \ modules.h \ pangoatsui-private.h \ diff --git a/docs/meson.build b/docs/meson.build index 336903bd..199ba4bd 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -32,7 +32,6 @@ private_headers = [ 'pango-language-sample-table.h', 'pangocoretext-private.h', 'pangoatsui-private.h', - 'mini-fribidi', ] if host_system != 'darwin' |