From ab5d1fd17f1892b25299b5dd7ae7de0c5121613e Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 23 May 2013 03:05:50 +0000 Subject: DPF patch by superelchi git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1198 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'drivers.m4') 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 -- cgit v1.2.3