]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
lcdproc: fix autobuild errors
authorSimon Dawson <spdawson@gmail.com>
Sun, 25 Nov 2012 05:52:43 +0000 (05:52 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Nov 2012 18:16:23 +0000 (10:16 -0800)
commit3bdbe9abb90de0262832d5d545f239fa41fb0e91
tree124f3fdc94bb538f0a57c1935daa8608a66603dd
parentade0a8a856e1009210538170cd72d92a07c06233
lcdproc: fix autobuild errors

The autobuilders are falling over building lcdproc, with failures like the
following.

  http://autobuild.buildroot.net/results/622b7da10be751c725ba25eb40102269790b4b03/build-end.log

As Thomas Petazzoni has pointed out, the compile command lines incorrectly
contain host header and library search paths, such as the following.

  -I/home/peko/scratch/host/usr/include/freetype2
  -L/home/peko/scratch/host/usr/lib -lfreetype

This patch changes the lcdproc package to pass the freetype installation
prefixes on the configure command line.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/lcdproc/lcdproc.mk