diff options
| author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-06-19 12:02:17 +0000 |
|---|---|---|
| committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-06-19 12:02:17 +0000 |
| commit | aadd5076724143a8265f246a140fef87b61a984a (patch) | |
| tree | b6a93d21b788ef83b40f884a6d40663c95b2440e | |
| parent | 95f42c82d52bc8f0ae8e53f932acc0aba6194bf1 (diff) | |
| download | lcd4linux-aadd5076724143a8265f246a140fef87b61a984a.tar.gz | |
[lcd4linux @ 2006-06-19 12:02:17 by reinelt]
linker error from widget_image fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@661 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
| -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 |
