projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba9a2c3
)
efl build - ecore - add efl link as a PUBLIC link as efl headers it in
author
Carsten Haitzler (Rasterman)
<raster@rasterman.com>
Wed, 6 Apr 2016 09:18:58 +0000
(18:18 +0900)
committer
Carsten 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
patch
|
blob
|
history
diff --git
a/pc/ecore.pc.in
b/pc/ecore.pc.in
index
6189dd9
..
7611e96
100644
(file)
--- 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@