Subject: The .pc filename of Xft2
To: None <tech-pkg@netbsd.org>
From: Rui-Xiang Guo <rxg@myrealbox.com>
List: tech-pkg
Date: 12/04/2005 21:34:01
Hi, all.
On my native X window(xfree 4.5), there is a .pc file for Xft2 in
${X11BASE}/lib/pkgconfig -
hive[/usr/pkgsrc/fonts/Xft2]% ls /usr/X11R6/lib/pkgconfig
fontconfig.pc xcursor.pc xft.pc
^^^^^^
The name is xft.pc. But in fonts/Xft2/builtin.mk, I see
[...]
. if !empty(USE_BUILTIN.Xft2:M[yY][eE][sS])
BUILDLINK_PREFIX.Xft2= ${X11BASE}
BUILDLINK_FILES.Xft2+= lib/pkgconfig/Xft2.pc
^^^^^^^
[...]
Is it the filename in old native X window?
This cause the problem for some pkgs during configure stage -
[...]
checking that xft (version >= 2.0.0) is installed... gnome-config: not found
[...]
Any idea?