harfbuzz/util
Christoph Reiter 03bd6ead44 [meson] Only pass required dependencies to everything
Instead of passing dependencies as required we used one giant shared
dependency list containing all dependencies for every library/executable.
While this kinda works, the specified deps are also used for generating
the pkg-config files and this leads to lots of Requires.private and Libs.private
entries which aren't really needed.

This removes the "deps" array and replaces it with a few smaller ones and
makes sure the public libraries only get passed the dependencies actually
needed.

Fixes #2441
2020-06-04 23:28:57 +04:30
..
Makefile.am
Makefile.sources
ansi-print.cc
ansi-print.hh
hb-fc-list.c
hb-fc.cc
hb-fc.h
hb-ot-shape-closure.cc
hb-shape.cc
hb-subset.cc
hb-view.cc
helper-cairo-ansi.cc
helper-cairo-ansi.hh
helper-cairo.cc
helper-cairo.hh
main-font-text.hh
meson.build [meson] Only pass required dependencies to everything 2020-06-04 23:28:57 +04:30
options-subset.cc [subset] Add support for "--gids" option 2020-05-11 15:28:58 -07:00
options.cc [util/hb-view] Add --font-extents 2020-05-14 19:00:37 -07:00
options.hh [util/hb-view] Add --font-extents 2020-05-14 19:00:37 -07:00
shape-consumer.hh
view-cairo.cc [util/hb-view] Add --font-extents 2020-05-14 19:00:37 -07:00
view-cairo.hh