Added pkg-config metadata file exiv2.pc, removed <prefix>/include/exiv2 path from exiv2-config output. The exiv2-config script is now deprecated, use pkg-config instead. Fixes bug #458.
parent
55c363d750
commit
d578504e0c
@ -0,0 +1,11 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: exiv2
|
||||||
|
Description: Exif and IPTC metadata library and tools
|
||||||
|
Version: @PACKAGE_VERSION@
|
||||||
|
URL: http://www.exiv2.org
|
||||||
|
Libs: -L${libdir} -lexiv2
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in New Issue