From c7c4ccf8a1e784b6f8798388a219dda9a26fbd93 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 12 Nov 2013 15:41:22 -0500 Subject: [PATCH] [travis] Enable graphite2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ab494aa3..1c0dbab11 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@lists.freedesktop.org