[features.h] Fix autotools build rules
This commit is contained in:
parent
c6d616cc41
commit
c1aae14a68
|
@ -251,18 +251,20 @@ EXTRA_DIST += \
|
||||||
|
|
||||||
BUILT_SOURCES += \
|
BUILT_SOURCES += \
|
||||||
hb-features.h
|
hb-features.h
|
||||||
|
DISTCLEANFILES += \
|
||||||
|
hb-features.h
|
||||||
|
|
||||||
hb-features.h: hb-features.h.in $(top_srcdir)/configure.ac
|
hb-features.h: hb-features.h.in $(top_builddir)/config.status
|
||||||
$(AM_V_GEN) $(SED) \
|
$(AM_V_GEN) $(SED) \
|
||||||
-e 's/mesondefine HB_HAS_FREETYPE/$(HB_HAS_FREETYPE_DEF)/' \
|
-e 's/mesondefine HB_HAS_FREETYPE/$(HB_HAS_FREETYPE_DEF)/' \
|
||||||
-e 's/mesondefine HB_HAS_GDI/$(HB_HAS_GDI_DEF)/' \
|
-e 's/mesondefine HB_HAS_GDI/$(HB_HAS_GDI_DEF)/' \
|
||||||
-e 's/#mesondefine HB_HAS_GDI/$(HB_HAS_GDI_DEF)/' \
|
-e 's/mesondefine HB_HAS_GDI/$(HB_HAS_GDI_DEF)/' \
|
||||||
-e 's/#mesondefine HB_HAS_GRAPHITE/$(HB_HAS_GRAPHITE_DEF)/' \
|
-e 's/mesondefine HB_HAS_GRAPHITE/$(HB_HAS_GRAPHITE_DEF)/' \
|
||||||
-e 's/#mesondefine HB_HAS_GLIB/$(HB_HAS_GLIB_DEF)/' \
|
-e 's/mesondefine HB_HAS_GLIB/$(HB_HAS_GLIB_DEF)/' \
|
||||||
-e 's/#mesondefine HB_HAS_UNISCRIBE/$(HB_HAS_UNISCRIBE_DEF)/' \
|
-e 's/mesondefine HB_HAS_UNISCRIBE/$(HB_HAS_UNISCRIBE_DEF)/' \
|
||||||
-e 's/#mesondefine HB_HAS_DIRECTWRITE/$(HB_HAS_DIRECTWRITE_DEF)/' \
|
-e 's/mesondefine HB_HAS_DIRECTWRITE/$(HB_HAS_DIRECTWRITE_DEF)/' \
|
||||||
-e 's/#mesondefine HB_HAS_CORETEXT/$(HB_HAS_CORETEXT_DEF)/' \
|
-e 's/mesondefine HB_HAS_CORETEXT/$(HB_HAS_CORETEXT_DEF)/' \
|
||||||
-e 's/#mesondefine HB_HAS_ICU/$(HB_HAS_ICU_DEF)/' \
|
-e 's/mesondefine HB_HAS_ICU/$(HB_HAS_ICU_DEF)/' \
|
||||||
"$<" > "$@" || ($(RM) "$@"; false)
|
"$<" > "$@" || ($(RM) "$@"; false)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue