GNOME Bugzilla – Bug 89952
missing info in the libbonobouimm-2.0.pc file
Last modified: 2004-12-22 21:47:04 UTC
I tried to compile the helloworld program from bonobouimm stand-alone (that means outside of the bonobouimm source-tree). After adding a lot of stuff (autotools and pkg-config...) i realized that there was something missing in the .pc file. Here's the patch: Index: libbonobouimm-2.0.pc.in =================================================================== RCS file: /cvs/gnome/gnomemm/libbonobouimm/libbonobouimm-2.0.pc.in,v retrieving revision 1.2 diff -u -r1.2 libbonobouimm-2.0.pc.in --- libbonobouimm-2.0.pc.in 2002/04/22 01:51:05 1.2 +++ libbonobouimm-2.0.pc.in 2002/08/05 18:57:11 @@ -7,5 +7,5 @@ Description: C++ wrapper for libbonoboui Requires: gtkmm-2.0 >= @GTKMM_VERSION_NEEDED@ libbonobomm-2.0 >= @LIBBONOBOMM_VERSION_NEEDED@ libbonoboui-2.0 >= @LIBBONOBOUI_VERSION_NEEDED@ Version: @VERSION@ -Libs: -L${libdir} -lbonobouimm_widgets-1.3 +Libs: -L${libdir} -lbonobouimm_widgets-1.3 -lbonobouimm_servers-1.3 Cflags: -I${includedir}/libbonobouimm-2.0 -I${libdir}/libbonobouimm-2.0/include
Created attachment 10277 [details] [review] this file patches libbonobouimm-2.0.pc.in
Created attachment 10278 [details] [review] this one also patches the ChangeLog
Thanks. Remember to use the PATCH keyword.