diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-03 20:37:42 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-03 20:37:42 +0000 |
commit | 68188ac0c89407cb35a0f04f86ad44b0deb95bdb (patch) | |
tree | 0ddf76421ab114f162c5a113f65119a6662d6a54 /pc | |
parent | f7cc32f78bf86c804a3f3ae7b8428a408092fbdf (diff) | |
download | efl-68188ac0c89407cb35a0f04f86ad44b0deb95bdb.tar.gz |
efl: merge eeze.
Changes also in this commit:
* fix missing EAPI in symbols used by modules
* removed old libudev and libmount support as agreed by discomfitor/zmike
* replaced __UNUSED__ with EINA_UNUSED
* fixed docs hierarchy
SVN revision: 82100
Diffstat (limited to 'pc')
-rw-r--r-- | pc/eeze.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pc/eeze.pc.in b/pc/eeze.pc.in new file mode 100644 index 0000000000..787cf54bf6 --- /dev/null +++ b/pc/eeze.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: eeze +Description: device convenience library for efl +Requires.private: @requirements_pc_eeze@ +Version: @VERSION@ +Libs: -L${libdir} -leeze +Cflags: -I${includedir}/eeze-@VMAJ@ +Libs: -L${libdir} -leet |