aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-27 10:27:40 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-27 10:27:40 +0000
commit981ce7826f0adac940b0a01ee05224876b70424b (patch)
treee7f4997f07036ac669980d63fd0829b52d7fd2d2
parent61e4d8a0d3e29c97b23e997423294851f61d1522 (diff)
downloadlcd4linux-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.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.m4 b/drivers.m4
index e016529..4a4ae2b 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -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"