I was building rgb (from tarball) and saw its configure used pkg-config to check for "x11". The headers it uses is from xproto. -PKG_CHECK_MODULES(RGB, x11) +PKG_CHECK_MODULES(RGB, xproto) May I change this? Jeremy C. Reed