/usr/lib/pkgconfig/xrender.pc ( xxxxx Wxwinc) references 'x11' (meaning x11.pc) but this is not delievered in Solaris Nevada.
It's absense breaks JDS builds (pango requires xrender).
*** Test Case ***
"pkg-config --libs xft" and "pkg-config --libs xrender" should not return
an error about x11 package not found, but should instead print a line of
-L, -R and -l flags for linking with the specified libraries.
Work Around
Create a x11.pc in a directory you add to $PKG_CONFIG_PATH with contents such as:
prefix=/usr/openwin
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
xthreadlib=
Name: X11
Description: X Library
Version: 0.0
Requires: xproto kbproto inputproto
Requires.private: xau xdmcp
Cflags: -I${includedir} -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DXTHREADS -DXUSE_MTSAFE_API
Libs: -L${libdir} -R${libdir} -lX11
Libs.private: