aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
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