< prev index next >

make/modules/java.desktop/lib/Awt2dLibraries.gmk

Print this page

        

*** 454,467 **** endif ifeq ($(call isTargetOs, macosx), true) HARFBUZZ_CFLAGS += -DHAVE_CORETEXT endif ifeq ($(call isTargetOs, macosx), false) ! LIBHARFBUZZ_EXCLUDE_FILES += harfbuzz/hb-coretext.cc endif # hb-ft.cc is not presently needed, and requires freetype 2.4.2 or later. ! LIBHARFBUZZ_EXCLUDE_FILES += harfbuzz/hb-ft.cc LIBHARFBUZZ_CFLAGS += $(HARFBUZZ_CFLAGS) # For use by libfontmanager: ifeq ($(call isTargetOs, windows), true) --- 454,467 ---- endif ifeq ($(call isTargetOs, macosx), true) HARFBUZZ_CFLAGS += -DHAVE_CORETEXT endif ifeq ($(call isTargetOs, macosx), false) ! LIBHARFBUZZ_EXCLUDE_FILES += libharfbuzz/hb-coretext.cc endif # hb-ft.cc is not presently needed, and requires freetype 2.4.2 or later. ! LIBHARFBUZZ_EXCLUDE_FILES += libharfbuzz/hb-ft.cc LIBHARFBUZZ_CFLAGS += $(HARFBUZZ_CFLAGS) # For use by libfontmanager: ifeq ($(call isTargetOs, windows), true)
< prev index next >