summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Zhao <juan.j.zhao@intel.com>2013-10-10 23:33:38 +0800
committerJuan Zhao <juan.j.zhao@intel.com>2013-12-12 17:18:13 +0800
commit0b86fee935688a594ddb2afeba70c081957ca80c (patch)
tree416dec81b451ffe8f0d42a94952c96ca6697fa46
parent9d82982557a7cd88fb96ef48532cae46da525b82 (diff)
downloadx2w-0b86fee935688a594ddb2afeba70c081957ca80c.tar.gz
x2w-0b86fee935688a594ddb2afeba70c081957ca80c.tar.bz2
x2w-0b86fee935688a594ddb2afeba70c081957ca80c.zip
try to add eina dependency to fix app-core error
app-core reports the build error; /usr/include/Ecore_X.h:4:18: fatal error: Eina.h: No such file or directory test modify ecore_x.pc to modify this issue
-rwxr-xr-xecore-x.pc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecore-x.pc b/ecore-x.pc
index 8e45949..f27096e 100755
--- a/ecore-x.pc
+++ b/ecore-x.pc
@@ -6,6 +6,7 @@ includedir=/usr/include
Name: ecore-x
Description: E core library, remove X module
Version: 1.8.0
+Requires: eina
Libs: -lecore_x
Cflags: -I${includedir}