efl build - ecore - add efl link as a PUBLIC link as efl headers it in
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 6 Apr 2016 09:18:58 +0000 (18:18 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 6 Apr 2016 09:27:34 +0000 (18:27 +0900)
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

index 6189dd9..7611e96 100644 (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@