Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add gobject to Requires: line
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 #196
- Loading branch information
Showing
with
7 additions
and 3 deletions.
- +3 −0 ChangeLog
- +2 −2 configure.ac
- +1 −1 vips-cpp.pc.in
- +1 −0 vips.pc.in