GNOME Bugzilla – Bug 641181
error building out-of-tree plugins that only include libanjuta/libanjuta.h
Last modified: 2011-02-10 15:45:14 UTC
The following patches add gdl as a dependency to tyhe pkg-config file (it is needed by anjuta-dock.h), and fix the installation of some headers (a missing line continuation). btw, the .pc file lists libxml-2.0 in Requires, although I don't see it used in any header. Isn't it supposed to be in Requires.private instead?
Created attachment 179830 [details] [review] libanjuta: fix installation of some headers anjuta-token.h and anjuta-pkg-config-chooser.h weren't installed because of a missing line continuation
Created attachment 179831 [details] [review] libanjuta: add gdl-3.0 to the dependencies in the pkg-config file it is needed by AnjutaDock
Review of attachment 179830 [details] [review]: Thanks for finding this error and for the patch
Review of attachment 179831 [details] [review]: Thanks for this patch, I have just applied it.
(In reply to comment #0) > btw, the .pc file lists libxml-2.0 in Requires, although I don't see > it used in any header. Isn't it supposed to be in Requires.private > instead? Yes, I wasn't aware about this but I think it should be moved to Requires.private.
Created attachment 180338 [details] [review] libanjuta: move libxml-2.0 to the Requires.private section of the .pc file
Thanks!