mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[hb-info] More build fix try
This commit is contained in:
parent
d76ef46d0a
commit
5880ab0603
1 changed files with 9 additions and 3 deletions
|
@ -52,11 +52,17 @@ hb_shape_SOURCES = $(HB_SHAPE_sources)
|
|||
bin_PROGRAMS += hb-shape
|
||||
|
||||
hb_info_SOURCES = $(HB_INFO_sources)
|
||||
#if HAVE_GOBJECT
|
||||
if HAVE_GOBJECT
|
||||
hb_info_LDADD = \
|
||||
$(top_builddir)/src/libharfbuzz-gobject.la \
|
||||
$(LDADD)
|
||||
#endif
|
||||
$(LDADD) \
|
||||
$(GOBJECT_LIBS) \
|
||||
$(NULL)
|
||||
else
|
||||
hb_info_LDADD = \
|
||||
$(LDADD) \
|
||||
$(NULL)
|
||||
endif # HAVE_GOBJECT
|
||||
bin_PROGRAMS += hb-info
|
||||
|
||||
hb_subset_SOURCES = $(HB_SUBSET_CLI_sources)
|
||||
|
|
Loading…
Add table
Reference in a new issue