Package Upload
[framework/uifw/embryo.git] / embryo.pc.in
index 925f990..540f27c 100644 (file)
@@ -1,14 +1,15 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-datadir=@datadir@/@PACKAGE@
 libdir=@libdir@
 includedir=@includedir@
+datarootdir=@datarootdir@
+datadir=@datadir@/@PACKAGE@
 embryoincludedir=@embryoincludedir@
 
 Name: embryo
 Description: A small virtual machine engine and bytecode compiler
-Requires: @requirement_embryo@
+@pkgconfig_requires_private@: @requirement_embryo@
 Version: @VERSION@
 Libs: -L${libdir} -lembryo
-Libs.private: @EVIL_LIBS@ @fnmatch_libs@ -lm
-Cflags: -I${includedir}
+Libs.private: @EFL_FNMATCH_LIBS@ -lm
+Cflags: -I${includedir}/embryo-@VMAJ@