]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
harfbuzz: Update to 0.9.12.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 12 Feb 2013 20:22:27 +0000 (21:22 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 12 Feb 2013 20:22:27 +0000 (21:22 +0100)
This is an update to the latest stable version of harfbuzz.
Activate support for icu.

harfbuzz/harfbuzz.nm

index 7ab7e1eeb9f8e0ca36d1ea05c01cb426dcd23187..c899b8dcafdcba22e0c24ffe6d6321cc3606e612 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = harfbuzz
-version    = 0.9.4
+version    = 0.9.12
 release    = 1
 
 groups     = System/Libraries
@@ -24,8 +24,12 @@ build
                cairo-devel
                freetype-devel
                glib2-devel
+               icu-devel
        end
 
+       configure_options += \
+               --disable-static
+
        test
                make check
        end