[travis] Enable graphite2

This commit is contained in:
Behdad Esfahbod 2013-11-12 15:41:22 -05:00
parent 83408cf804
commit c7c4ccf8a1
1 changed files with 1 additions and 1 deletions

View File

@ -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@lists.freedesktop.org