You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
643 B
26 lines
643 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# harfbuzz
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
HARFBUZZ_VERSION = 1.8.8
|
||
|
HARFBUZZ_DIR = harfbuzz-$(HARFBUZZ_VERSION)
|
||
|
HARFBUZZ_SOURCE = harfbuzz-$(HARFBUZZ_VERSION).tar.bz2
|
||
|
HARFBUZZ_SITE = https://www.freedesktop.org/software/harfbuzz/release
|
||
|
|
||
|
HARFBUZZ_DEPENDENCIES = fontconfig glib2 cairo freetype
|
||
|
|
||
|
HARFBUZZ_AUTORECONF = YES
|
||
|
|
||
|
HARFBUZZ_CONF_OPTS = \
|
||
|
--with-cairo \
|
||
|
--with-fontconfig \
|
||
|
--with-freetype \
|
||
|
--with-glib \
|
||
|
--without-graphite2 \
|
||
|
--without-icu
|
||
|
|
||
|
harfbuzz: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|