Browse Source

ecore: helped to find iconv when using libiconv, needed for ecore-txt

user/amery/mess
Alejandro Mery 15 years ago committed by Alejandro Mery
parent
commit
d65849cff7
  1. 5
      e17/ecore/ecore.conf

5
e17/ecore/ecore.conf

@ -25,5 +25,10 @@ for x in libx11:x mesa:evas-gl; do
fi
done
# help it to detect libiconv so we can get ecore-txt
if pkginstalled libiconv; then
var_append configcache ' ' ac_cv_lib_iconv_iconv=yes
fi
# work around to always utilize other e17 headers and libs ...
var_append CC_WRAPPER_APPEND " " "-I$includedir -L$libdir"

Loading…
Cancel
Save