mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Add a pc file for harfbuzz-cairo
This commit is contained in:
parent
ddb52e4a30
commit
2e897cc90b
1 changed files with 7 additions and 0 deletions
|
@ -613,6 +613,13 @@ if conf.get('HAVE_CAIRO', 0) == 1
|
|||
include_directories: incsrc,
|
||||
dependencies: [m_dep, cairo_dep])
|
||||
meson.override_dependency('harfbuzz-cairo', libharfbuzz_cairo_dep)
|
||||
|
||||
pkgmod.generate(libharfbuzz_cairo,
|
||||
description: 'HarfBuzz cairo support',
|
||||
requires: ['harfbuzz = @0@'.format(meson.project_version())],
|
||||
subdirs: [meson.project_name()],
|
||||
version: meson.project_version(),
|
||||
)
|
||||
endif
|
||||
|
||||
if get_option('tests').enabled()
|
||||
|
|
Loading…
Add table
Reference in a new issue