]> git.webhop.me Git - lcd4linux.git/commitdiff
jpeglib dependency typo fixed
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 27 Feb 2012 10:27:40 +0000 (10:27 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 27 Feb 2012 10:27:40 +0000 (10:27 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1180 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drivers.m4

index e016529d266bf8fba8d105243e1747ca743a8e83..4a4ae2b01ea03706102534a6d150fa87f192fdae 100644 (file)
@@ -723,7 +723,7 @@ fi
 
 if test "$SAMSUNGSPF" = "yes"; then
    if test "$has_usb" = "true"; then 
-      if test "$has_usb" = "true"; then 
+      if test "$has_jpeglib" = "true"; then 
         GRAPHIC="yes"
         DRIVERS="$DRIVERS drv_SamsungSPF.o"
         LIBUSB="yes"