Merge pull request #3615 from harfbuzz/gir-freetype
[gi] Add freetype2-2.0 for g-i-r includes
This commit is contained in:
commit
efa4385b16
|
@ -465,7 +465,7 @@ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
|
||||||
INTROSPECTION_SCANNER_ENV = CC="$(CC)"
|
INTROSPECTION_SCANNER_ENV = CC="$(CC)"
|
||||||
|
|
||||||
HarfBuzz-0.0.gir: libharfbuzz.la libharfbuzz-gobject.la
|
HarfBuzz-0.0.gir: libharfbuzz.la libharfbuzz-gobject.la
|
||||||
HarfBuzz_0_0_gir_INCLUDES = GObject-2.0
|
HarfBuzz_0_0_gir_INCLUDES = GObject-2.0 freetype2-2.0
|
||||||
HarfBuzz_0_0_gir_CFLAGS = \
|
HarfBuzz_0_0_gir_CFLAGS = \
|
||||||
$(INCLUDES) \
|
$(INCLUDES) \
|
||||||
$(HBCFLAGS) \
|
$(HBCFLAGS) \
|
||||||
|
|
|
@ -674,7 +674,7 @@ if have_gobject
|
||||||
nsversion: '0.0',
|
nsversion: '0.0',
|
||||||
identifier_prefix: 'hb_',
|
identifier_prefix: 'hb_',
|
||||||
symbol_prefix: ['hb', 'hb_gobject'],
|
symbol_prefix: ['hb', 'hb_gobject'],
|
||||||
includes: ['GObject-2.0'],
|
includes: ['GObject-2.0', 'freetype2-2.0'],
|
||||||
export_packages: ['harfbuzz-gobject'],
|
export_packages: ['harfbuzz-gobject'],
|
||||||
header: 'hb-gobject.h',
|
header: 'hb-gobject.h',
|
||||||
install: true,
|
install: true,
|
||||||
|
|
Loading…
Reference in New Issue