libvips/vips.pc.in

14 lines
268 B
PkgConfig
Raw Normal View History

2007-08-29 18:23:50 +02:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: vips
2007-08-29 18:23:50 +02:00
Description: Image processing library
Version: @VERSION@
Requires.private: @PACKAGES_USED@
Libs: -L${libdir} -lvips
Libs.private: @EXTRA_LIBS_USED@
Cflags: -I${includedir}