diff options
| author | reinelt <> | 2006-06-19 12:02:17 +0000 |
|---|---|---|
| committer | reinelt <> | 2006-06-19 12:02:17 +0000 |
| commit | 630ca5947f66804257d2792c4ba3e4472866a774 (patch) | |
| tree | b6a93d21b788ef83b40f884a6d40663c95b2440e | |
| parent | 91ceb38837ac015e1ef9561caa9beb056c07140f (diff) | |
| download | lcd4linux-630ca5947f66804257d2792c4ba3e4472866a774.tar.gz | |
[lcd4linux @ 2006-06-19 12:02:17 by reinelt]
linker error from widget_image fixed
Diffstat (limited to '')
| -rw-r--r-- | drivers.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -460,7 +460,7 @@ fi if test "$GRAPHIC" = "yes"; then DRIVERS="$DRIVERS drv_generic_graphic.o" if test "$has_gd" = "true"; then - DRIVERS="$DRIVERS drv_Image.o" + DRIVERS="$DRIVERS widget_image.o" DRVLIBS="$DRVLIBS -lgd" fi fi |
