efl build - ecore - add efl link as a PUBLIC link as efl headers it in

I added Efl.h to Ecore.h - because we really want to use efl
interfaces ... like everywhere. so add it to the link too.
This commit is contained in:
Carsten Haitzler 2016-04-06 18:18:58 +09:00
parent ba9a2c3612
commit b67413bc33
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ Name: ecore
Description: Ecore event abstraction library
Requires.private: @requirements_pc_ecore@
Version: @VERSION@
Libs: -L${libdir} -lecore
Libs: -L${libdir} -lecore -lefl
Libs.private: @requirements_libs_ecore@
Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-@VMAJ@