mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Fix build without glib, again
This commit is contained in:
parent
d03f818659
commit
2f3e69f3cb
1 changed files with 2 additions and 2 deletions
|
@ -50,14 +50,14 @@ HBHEADERS += \
|
|||
endif
|
||||
|
||||
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
|
||||
libharfbuzz_la_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
|
||||
libharfbuzz_la_CPPFLAGS = $(GLIB_CFLAGS)
|
||||
libharfbuzz_la_LIBADD = $(GLIB_LIBS)
|
||||
pkginclude_HEADERS = $(HBHEADERS)
|
||||
|
||||
noinst_PROGRAMS = main
|
||||
|
||||
main_SOURCES = main.cc
|
||||
main_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
|
||||
main_CPPFLAGS = $(GLIB_CFLAGS)
|
||||
main_LDADD = libharfbuzz.la $(GLIB_LIBS)
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
|
Loading…
Add table
Reference in a new issue