I'm building gnome HEAD using jhbuild. Xrender is failing because pkg-config is not reading well the Cflags in render.pc: Cflags: -I${includedir} It simply returns an empty string. I added a / to that: Cflags: -I${includedir}/ And now it correctly returns -I/opt/gnome-devel/include/
PS: this is with latest pkg-config, 0.18.1
(In reply to comment #1) > PS: this is with latest pkg-config, 0.18.1 I can't currently reproduce this with 0.21. I think it's fixed?
Unreproducible, so closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.