blob: abeaa927d4a431c0b9f78fe9c6f063740aca3582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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}/efl-@VMAJ@ -I${includedir}/eeze-@VMAJ@
|