mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[meson] Add missing .hh files to sources
Manually checked with find and grep...
This commit is contained in:
parent
6958064c7f
commit
93f8cbf4fa
1 changed files with 7 additions and 2 deletions
|
@ -202,6 +202,7 @@ hb_base_sources = files(
|
|||
'hb-ot-os2-unicode-ranges.hh',
|
||||
'hb-ot-post-macroman.hh',
|
||||
'hb-ot-post-table.hh',
|
||||
'hb-ot-post-table-v2subset.hh',
|
||||
'hb-ot-shaper-arabic-fallback.hh',
|
||||
'hb-ot-shaper-arabic-joining-list.hh',
|
||||
'hb-ot-shaper-arabic-pua.hh',
|
||||
|
@ -244,7 +245,9 @@ hb_base_sources = files(
|
|||
'hb-ot-var-varc-table.hh',
|
||||
'hb-ot-var.cc',
|
||||
'hb-ot-vorg-table.hh',
|
||||
'hb-priority-queue.hh',
|
||||
'hb-pool.hh',
|
||||
'hb-repacker.hh',
|
||||
'hb-sanitize.hh',
|
||||
'hb-serialize.hh',
|
||||
'hb-set-digest.hh',
|
||||
|
@ -346,6 +349,7 @@ hb_wasm_sources = files(
|
|||
'hb-wasm-api-common.hh',
|
||||
'hb-wasm-api-face.hh',
|
||||
'hb-wasm-api-font.hh',
|
||||
'hb-wasm-api-list.hh',
|
||||
'hb-wasm-api-shape.hh',
|
||||
'hb-wasm-shape.cc',
|
||||
)
|
||||
|
@ -353,10 +357,10 @@ hb_wasm_headers = files()
|
|||
|
||||
# System-dependent sources and headers
|
||||
|
||||
hb_coretext_sources = files('hb-coretext.cc', 'hb-coretext-shape.cc', 'hb-coretext-font.cc')
|
||||
hb_coretext_sources = files('hb-coretext.cc', 'hb-coretext.hh', 'hb-coretext-shape.cc', 'hb-coretext-font.cc')
|
||||
hb_coretext_headers = files('hb-coretext.h')
|
||||
|
||||
hb_directwrite_sources = files('hb-directwrite.cc', 'hb-directwrite-shape.cc')
|
||||
hb_directwrite_sources = files('hb-directwrite.cc', 'hb-directwrite.hh', 'hb-directwrite-shape.cc')
|
||||
hb_directwrite_headers = files('hb-directwrite.h')
|
||||
|
||||
hb_gdi_sources = files('hb-gdi.cc')
|
||||
|
@ -665,6 +669,7 @@ if conf.get('HAVE_CAIRO', 0) == 1
|
|||
hb_cairo_sources = [
|
||||
'hb-cairo.cc',
|
||||
'hb-cairo-utils.cc',
|
||||
'hb-cairo-utils.hh',
|
||||
'hb-static.cc'
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue