aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2013-05-23 03:05:50 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2013-05-23 03:05:50 +0000
commitab5d1fd17f1892b25299b5dd7ae7de0c5121613e (patch)
treec05ab79104e6cf85b428fa873d7f6a5569124191 /drivers.m4
parent151f501456f36ffb32e02a4d9b8d232746a40eb3 (diff)
downloadlcd4linux-ab5d1fd17f1892b25299b5dd7ae7de0c5121613e.tar.gz
DPF patch by superelchi
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1198 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m412
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers.m4 b/drivers.m4
index a692bf2..c3b9d46 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -378,14 +378,10 @@ if test "$D4D" = "yes"; then
fi
if test "$DPF" = "yes"; then
- if test "$has_libdpf" = "true"; then
- GRAPHIC="yes"
- DRIVERS="$DRIVERS drv_dpf.o"
- DRVLIBS="$DRVLIBS -Llibdpf -ldpf -lusb"
- AC_DEFINE(WITH_DPF,1,[DPF driver])
- else
- AC_MSG_WARN(libdpf.h not found: DPF driver disabled)
- fi
+ GRAPHIC="yes"
+ DRIVERS="$DRIVERS drv_dpf.o"
+ LIBUSB="yes"
+ AC_DEFINE(WITH_DPF,1,[DPF driver])
fi
if test "$EA232graphic" = "yes"; then