Browse Source

evas: fixed indentiation of the !toolchain block

user/amery/next/uclibc
Alejandro Mery 14 years ago
parent
commit
390129952e
  1. 2
      e17/evas/evas.conf

2
e17/evas/evas.conf

@ -66,7 +66,6 @@ if pkginstalled cairo ; then
var_append confopt ' ' "--enable-cairo-x11" var_append confopt ' ' "--enable-cairo-x11"
var_append GCC_WRAPPER_APPEND ' ' "`pkg-config cairo --cflags`" var_append GCC_WRAPPER_APPEND ' ' "`pkg-config cairo --cflags`"
fi fi
fi
if pkginstalled fontconfig ; then if pkginstalled fontconfig ; then
pkgprefix -t fontconfig pkgprefix -t fontconfig
@ -75,3 +74,4 @@ if pkginstalled fontconfig ; then
else else
var_append confopt ' ' "--disable-fontconfig" var_append confopt ' ' "--disable-fontconfig"
fi fi
fi

Loading…
Cancel
Save