app/rgb needs xproto not libX11

Jeremy C. Reed reed at reedmedia.net
Thu Apr 27 19:29:42 PDT 2006


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



More information about the xorg mailing list