diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2012-02-27 10:27:40 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2012-02-27 10:27:40 +0000 |
commit | 981ce7826f0adac940b0a01ee05224876b70424b (patch) | |
tree | e7f4997f07036ac669980d63fd0829b52d7fd2d2 | |
parent | 61e4d8a0d3e29c97b23e997423294851f61d1522 (diff) | |
download | lcd4linux-981ce7826f0adac940b0a01ee05224876b70424b.tar.gz |
jpeglib dependency typo fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1180 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | drivers.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |