]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2006-06-19 12:02:17 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 19 Jun 2006 12:02:17 +0000 (12:02 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 19 Jun 2006 12:02:17 +0000 (12:02 +0000)
linker error from widget_image fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@661 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drivers.m4

index 66d767b119c5a0716284215f8bda4772e4e5f594..8f2565125d0d4ba799067710bb9c1b63c30952d3 100644 (file)
@@ -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