aboutsummaryrefslogtreecommitdiff
path: root/3rd
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-01-23 20:45:19 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-01-23 20:45:19 (GMT)
commite38994ae727a3bc7fa77f45d5bdbb97dffcbd1e5 (patch)
tree879c1534b981157807af1855b48deb177b09315a /3rd
parente868ff5928af2badd1418006b4a46889fea3eb57 (diff)
downloadfluxbox-e38994ae727a3bc7fa77f45d5bdbb97dffcbd1e5.zip
fluxbox-e38994ae727a3bc7fa77f45d5bdbb97dffcbd1e5.tar.bz2
build fix: use 'xft-config' instead of 'pkg-config' to use the right libs
when linking with binutils-gold and --no-add-needed it is not enough to just use -lXft but it must be -lXft -fontconfig (and some more). since we use 'pkg-config --libs' to find out about the needed flags and 'pkg-config' only returns -lXft (except by using pkg-config --libs `pkg-config --print-requires-private xft` ) we switched to 'xft-config --libs' which gives us the complete list of all needed libs. the issue was brought to attention by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554386 but the proposed fix was just quick and dirty.
Diffstat (limited to '3rd')
0 files changed, 0 insertions, 0 deletions