|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-HARFBUZZ_VERSION = 1.0.1
|
|
|
|
|
|
+HARFBUZZ_VERSION = 1.0.2
|
|
HARFBUZZ_SITE = http://www.freedesktop.org/software/harfbuzz/release
|
|
HARFBUZZ_SITE = http://www.freedesktop.org/software/harfbuzz/release
|
|
HARFBUZZ_SOURCE = harfbuzz-$(HARFBUZZ_VERSION).tar.bz2
|
|
HARFBUZZ_SOURCE = harfbuzz-$(HARFBUZZ_VERSION).tar.bz2
|
|
HARFBUZZ_LICENSE = MIT, ISC (ucdn library)
|
|
HARFBUZZ_LICENSE = MIT, ISC (ucdn library)
|
|
@@ -25,9 +25,6 @@ HOST_HARFBUZZ_CONF_OPTS = \
|
|
--with-freetype=yes \
|
|
--with-freetype=yes \
|
|
--with-glib=yes
|
|
--with-glib=yes
|
|
|
|
|
|
-# beta libtool version and patching Makefile.am
|
|
|
|
-HARFBUZZ_AUTORECONF = YES
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|
# forgets to link test programs with -pthread breaking static link
|
|
# forgets to link test programs with -pthread breaking static link
|
|
HARFBUZZ_CONF_ENV = LDFLAGS="$(TARGET_LDFLAGS) -pthread"
|
|
HARFBUZZ_CONF_ENV = LDFLAGS="$(TARGET_LDFLAGS) -pthread"
|