GNOME Bugzilla – Bug 627649
Two small patches to fix building against latest devhelp
Last modified: 2010-08-22 15:47:34 UTC
I tried to build Anjuta against devhelp 2.90.5 in rawhide and cooked up two small patches to fix build failures. In addition to the two patches I'm attaching the following changeset was also needed: commit 73ef11d132c3f45eda96207a698f422bb8eaf3e3 Author: Frédéric Péters <fpeters@0d.be> Date: Sat Jul 24 15:45:59 2010 +0200 Fixed installation directory of header files
Created attachment 168502 [details] [review] pkgconfig: Require webkitgtk-3.0 instead of webkit-3.0
Created attachment 168503 [details] [review] Use double quotes for including dh- headers
Do note Anjuta 2.31.x targets Devhelp 2.31.x (created from the gnome-2-32 branch), not Devhelp 2.90.x (created from the master branch).
Comment on attachment 168503 [details] [review] Use double quotes for including dh- headers This was already done as commit aafd186d; I cherrypicked it for master.
And I pushed the other patch; thanks.