diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-28 11:52:54 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-28 11:52:54 -0400 |
commit | 08ed8c5251b6ebcb35f6d073410617de1af51248 (patch) | |
tree | 713571eae21fd00ad1a8f4f9e5c0b0a533cf24c8 /pango/meson.build | |
parent | a7b17aa2bad77c485943c860a20aedc2b2b115ff (diff) | |
download | pango-08ed8c5251b6ebcb35f6d073410617de1af51248.tar.gz |
pkgconfig: Make harfbuzz a Requires
It used to be Requires.private, but we expose
harfbuzz types in public headers now.
Diffstat (limited to 'pango/meson.build')
-rw-r--r-- | pango/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/meson.build b/pango/meson.build index c07b6bde..be7e1300 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -156,7 +156,7 @@ pkgconfig.generate(libpango, name: 'Pango', description: 'Internationalized text handling', version: meson.project_version(), - requires: ['gobject-2.0'], + requires: ['gobject-2.0', 'harfbuzz'], filebase: 'pango', subdirs: pango_api_name, install_dir: join_paths(pango_libdir, 'pkgconfig'), |