raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b67413bc33bc217167c176a51eb4fad3991c4f54

commit b67413bc33bc217167c176a51eb4fad3991c4f54
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Apr 6 18:18:58 2016 +0900

    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.
---
 pc/ecore.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pc/ecore.pc.in b/pc/ecore.pc.in
index 6189dd9..7611e96 100644
--- a/pc/ecore.pc.in
+++ b/pc/ecore.pc.in
@@ -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@

-- 


Reply via email to