[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Nov 12 12:41:37 PST 2013


 .travis.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7c4ccf8a1e784b6f8798388a219dda9a26fbd93
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Nov 12 15:41:22 2013 -0500

    [travis] Enable graphite2

diff --git a/.travis.yml b/.travis.yml
index 6ab494a..1c0dbab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ install:
   - sudo apt-get install libcairo2-dev # for utils
   - sudo apt-get install libicu-dev # for extra unicode functions
   - sudo apt-get install libgraphite2-dev # for extra shapers
-script: ./autogen.sh && make CPPFLAGS=-Werror && make check CPPFLAGS=-Werror
+script: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 && make CPPFLAGS=-Werror && make check CPPFLAGS=-Werror
 notifications:
   irc: "irc.freenode.org#harfbuzz"
   email: harfbuzz at lists.freedesktop.org



More information about the HarfBuzz mailing list