Browse Source

evas: fixed indentiation of the !toolchain block

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

40
e17/evas/evas.conf

@ -51,27 +51,27 @@ if pkginstalled directfb ; then
fi fi
if ! atstage toolchain; then if ! atstage toolchain; then
# check for xorg # check for xorg
if pkginstalled xorg-server ; then if pkginstalled xorg-server ; then
var_append confopt " " "--x-includes=$( pkgprefix -r includedir xorg-server )" var_append confopt " " "--x-includes=$( pkgprefix -r includedir xorg-server )"
var_append confopt " " "--x-libraries=$( pkgprefix -r libdir xorg-server )" var_append confopt " " "--x-libraries=$( pkgprefix -r libdir xorg-server )"
var_append configprefix ' ' 'LDFLAGS="-L$( pkgprefix -r libdir xorg-server )"' var_append configprefix ' ' 'LDFLAGS="-L$( pkgprefix -r libdir xorg-server )"'
fi fi
# check if we can enable the OpenGL X11 display engine # check if we can enable the OpenGL X11 display engine
pkginstalled mesa && var_append confopt ' ' "--enable-gl-x11" pkginstalled mesa && var_append confopt ' ' "--enable-gl-x11"
# check if we can enable the Cairo X11 support # check if we can enable the Cairo X11 support
if pkginstalled cairo ; then 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
var_append confopt ' ' "--enable-fontconfig" var_append confopt ' ' "--enable-fontconfig"
var_append GCC_WRAPPER_APPEND ' ' "`pkg-config fontconfig --cflags`" var_append GCC_WRAPPER_APPEND ' ' "`pkg-config fontconfig --cflags`"
else else
var_append confopt ' ' "--disable-fontconfig" var_append confopt ' ' "--disable-fontconfig"
fi
fi fi

Loading…
Cancel
Save