Browse Source

ecore: fixed loop enabling/disabling x11 and gl

user/amery/mess
Alejandro Mery 14 years ago
committed by Alejandro Mery
parent
commit
d37d3ff1e2
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      e17/ecore/ecore.conf

+ 4
- 2
e17/ecore/ecore.conf

@ -20,8 +20,10 @@ for x in evas job con ipc \
done
for x in libx11:x mesa:evas-gl; do
if pkginstalled ${x#*:}; then
var_append confopt " " "--enable-ecore-${x%:*}"
if pkginstalled ${x%:*}; then
var_append confopt " " "--enable-ecore-${x#*:}"
else
var_append confopt " " "--disable-ecore-${x#*:}"
fi
done

Loading…
Cancel
Save