366e7e3a5e
vips C and C++ programs can link directly against things in gobject without appearing to, for example: a = VIPS_OBJECT( b ); the macro will expand to include a g_type_check_instance_is_a(). So we have to have gobject-2.0 in the link line of things like: g++ -g -Wall hello8.cc `pkg-config vips-cpp --cflags --libs` see also https://github.com/jcupitt/libvips/issues/196
11 lines
229 B
PkgConfig
11 lines
229 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: vips-cpp
|
|
Description: C++ API for vips8 image processing library
|
|
Version: @VERSION@
|
|
Requires: vips gobject-2.0
|
|
Libs: -L${libdir} -lvips-cpp
|