From 3ae5abd7d6acd2496562763d4cb8b20baa32cd4a Mon Sep 17 00:00:00 2001 From: rbdpngn Date: Wed, 15 Jun 2005 18:31:45 +0000 Subject: [PATCH] Fix compile error with disabled cairo engine. SVN revision: 15336 --- legacy/evas/configure.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/legacy/evas/configure.in b/legacy/evas/configure.in index c7e74ab7ee..a8142f38aa 100644 --- a/legacy/evas/configure.in +++ b/legacy/evas/configure.in @@ -505,6 +505,13 @@ else AM_CONDITIONAL(BUILD_ENGINE_CAIRO_COMMON, false) fi +## Set these variables while the PKG_CHECK is disabled. +CAIRO_CFLAGS="" +CAIRO_LIBS="" + +AC_SUBST(CAIRO_CFLAGS) +AC_SUBST(CAIRO_LIBS) + ##################################################################### ## Image loaders