From: Carsten Haitzler (Rasterman) Date: Wed, 6 Apr 2016 09:18:58 +0000 (+0900) Subject: efl build - ecore - add efl link as a PUBLIC link as efl headers it in X-Git-Tag: upstream/1.20.0~6909 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b67413bc33bc217167c176a51eb4fad3991c4f54;p=platform%2Fupstream%2Fefl.git 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. --- 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@