diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-09-03 14:55:18 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-09-12 15:28:11 -0300 |
commit | e60d1ea1865135ef6e36d5649b7605c4974ffa6b (patch) | |
tree | 4b861736d4104a74cc966d8e84f607fe63333f24 /pc | |
parent | 3d8069f226e28e3bb9a822753257e9b840b83bbb (diff) | |
download | efl-e60d1ea1865135ef6e36d5649b7605c4974ffa6b.tar.gz |
autotools: Add efl-cxx.pc.in.
Diffstat (limited to 'pc')
-rw-r--r-- | pc/efl-cxx.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pc/efl-cxx.pc.in b/pc/efl-cxx.pc.in new file mode 100644 index 0000000000..8f8fa90009 --- /dev/null +++ b/pc/efl-cxx.pc.in @@ -0,0 +1,16 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +datarootdir=@datarootdir@ +datadir=@datadir@ +eoincludedir=@datadir@/eolian/include +eolian_flags=-I${eoincludedir}/efl-@VMAJ@ + +Name: EFL++ +Description: EFL's C++ bindings +Version: @PACKAGE_VERSION@ +Requires.private: @requirements_pc_efl@ +Libs: -L${libdir} -lefl +Libs.private: +Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/efl-@VMAJ@/interfaces -I${includedir}/efl-cxx-@VMAJ@ |