elocation: properly generate pkgconfig file.

@fix T4120
This commit is contained in:
Cedric Bail 2016-07-15 14:01:22 -07:00
parent fb24955782
commit 73bb6d244f
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ includedir=@includedir@
Name: elocation
Description: Enlightenment location library
@pkgconfig_requires_private@: @requirements_elocation@
Requires.private: @requirements_pc_elocation@
Version: @VERSION@
Libs: -L${libdir} -lelocation
Libs.private: -lm
Libs.private: @requirements_libs_elocation@
Cflags: -I${includedir}/elocation-@VMAJ@