|
|
@ -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 |
|
|
|
|
|
|
|