edje shouldn't automagically detect dependencies.
authorbarbieri <barbieri>
Mon, 10 Sep 2012 00:31:16 +0000 (00:31 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 10 Sep 2012 00:31:16 +0000 (00:31 +0000)
commit041d844747ee851ddeae16f46ce0176c643cba26
tree5382f627e1b5df99caab97220d406f27ca2d190d
parent3944478cdddec8cbff498e22c97d5d27aeace100
edje shouldn't automagically detect dependencies.

distros such as gentoo will rely on actual wanted dependencies and it
sucks to not have a way to forcefully enable or disable a dependency.

Scenario:
 - user installed eio for some weird reason.
 - user compiles edje, which was finding eio. Without user desire.
 - user removes eio because it's not needed anymore.
 - edje is broken.

Most systems will not have this problem because the package is built
on a pristine system where all dependencies are installed, then the
package is compiled and is impossible to have the user to do such
thing. Not on gentoo and others.

And this commit has a second benefit to disable eio until it's
properly fixed for edje_codegen :-)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@76361 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac