|
Description
|
When Xft headers were moved from /usr/openwin/share/include/X11/Xft to /usr/X11, they
should have moved to /usr/X11/include/X11/Xft, not /usr/X11/share/include/X11/Xft/
so they are found in the path specified in the xft.pc file (and the directory with
the rest of the X11 headers).
*** Test Case ***
Run each of these commands:
ls /usr/include/X11/Xft
ls /usr/X11/include/X11/Xft
ls /usr/openwin/include/X11/Xft
Each should list a directory (the same one via symlinks) containing Xft.h &
XftCompat.h.
|