From af221f3d6d7c658b575a38bb141265fe08960a19 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 7 Dec 2012 18:26:26 +0000 Subject: [PATCH] efl: pixman should be off by default. SVN revision: 80483 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d9e9d17..adc1f9a 100644 --- a/configure.ac +++ b/configure.ac @@ -1193,7 +1193,7 @@ AC_ARG_ENABLE([pixman], want_pixman="no" fi ], - [want_pixman="yes"]) + [want_pixman="no"]) AC_ARG_ENABLE([pixman-font], [AC_HELP_STRING([--enable-pixman-font], -- 2.7.4