From b67413bc33bc217167c176a51eb4fad3991c4f54 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 6 Apr 2016 18:18:58 +0900 Subject: [PATCH] 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 6189dd9694..7611e968af 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@