Ecrire and eobj both use the same cmake modules for finding EFL
libraries, but they are broken on versions of cmake older than 2.8.2.
I found this out coz I got 2.8.1 on Uduntu 10.04.  No, "update your
cmake" is not a valid fix for me.

I'm working on a solution, almost finished testing.  Should I send a
patch, or just commit?

The basic issue is that QUIET as an argument for pkg_check_modules() was
introduced in 2.8.2, so it's causing build failures in these EFL
library finding modules under cmake 2.8.1.  My fix is to check the
version number before using that argument.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to