From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051228 SeaMonkey/1.5a Description of problem: libXft-devel should require xorg-x11-proto-devel and fontconfig-devel packages. Version-Release number of selected component (if applicable): libXft-devel-2.1.8.2-1 How reproducible: Always Steps to Reproduce: 1. Run fedora-rmdevelrpms 2. yum install libXft-devel pkgconfig 3. pkg-config --libs xft Actual Results: [y4kk0@X ~]$ rpm -qf /usr/lib/pkgconfig/xft.pc libXft-devel-2.1.8.2-1 [y4kk0@X ~]$ pkg-config --libs xft Package xproto was not found in the pkg-config search path. Perhaps you should add the directory containing `xproto.pc' to the PKG_CONFIG_PATH environment variable Package 'xproto', required by 'Xft', not found [y4kk0@X ~]$ After installing xorg-x11-proto-devel: [y4kk0@X ~]$ pkg-config --libs xft Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH environment variable Package 'fontconfig', required by 'Xft', not found [y4kk0@X ~]$ cat /usr/lib/pkgconfig/xft.pc prefix=/usr exec_prefix=/usr libdir=/usr/lib includedir=/usr/include Name: Xft Description: X FreeType library Version: 2.1.8.2 Requires: xproto, xrender, fontconfig, freetype2 Requires.private: xrender, fontconfig, freetype2 Cflags: -I${includedir} Libs: -L${libdir} -lXft [y4kk0@X ~]$ Additional info:
Thanks, fixed in 2.1.8.2-3