don't mix private and public libraries dependencies.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 17 Jan 2013 18:55:32 +0000 (18:55 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 17 Jan 2013 18:55:32 +0000 (18:55 +0000)
commit88f2d266085cdf75bab432d4cc08f481f1cf5c3c
tree37a4af74235a2c544c0462fac713bd652567b51e
parentc757cba26f172dfa04c1d1fe75b68db373150214
don't mix private and public libraries dependencies.

when I fixed eina's dependency on -lpthread I used all the libraries
eina links to. But we should just do with -lpthread as it's a public
dependency... that was in eina.pc.in and I missed.

Now we have EFL_ADD_PUBLIC_LIBS() that will register for
requirements_public_libs_name and use internally when eina is used.

This should also fix the problem by Arvind with gcrypt.

SVN revision: 82942
configure.ac
m4/efl.m4
pc/eina.pc.in