diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-10-26 09:01:52 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-10-26 09:01:52 +0000 |
commit | 5bdb5d376373dab8bf624388cac520094be95b63 (patch) | |
tree | e494c3a000eeb506e63cd55a77f310767633e0d8 /pc | |
parent | 124e0d4afdff0937d8be8014f4dea5f78aa9f76f (diff) | |
download | efl-5bdb5d376373dab8bf624388cac520094be95b63.tar.gz |
merge: add embryo
please check and report problems (not cosmetic ones)
someone should update the efl.spec.in file, i don't know that stuff
SVN revision: 78512
Diffstat (limited to 'pc')
-rw-r--r-- | pc/embryo.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pc/embryo.pc.in b/pc/embryo.pc.in new file mode 100644 index 0000000000..8e5062ca9f --- /dev/null +++ b/pc/embryo.pc.in @@ -0,0 +1,15 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +datarootdir=@datarootdir@ +datadir=@datadir@/@PACKAGE@ +embryoincludedir=@datadir@/include + +Name: embryo +Description: A small virtual machine engine and bytecode compiler +Version: @VERSION@ +Requires.private: @requirements_pc_embryo@ +Libs: -L${libdir} -lembryo +Libs.private: @EFL_FNMATCH_LIBS@ -lm +Cflags: -I${includedir}/embryo-@VMAJ@ |