From 684bc9f48bbd560618bb2c07f5482d28d1519644 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 8 Jun 2007 04:45:16 +0000 Subject: Image driver libgd dependancy fix git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@803 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drv.c') diff --git a/drv.c b/drv.c index ae0b5b3..d02ed1e 100644 --- a/drv.c +++ b/drv.c @@ -110,7 +110,7 @@ DRIVER *Driver[] = { #ifdef WITH_HD44780 &drv_HD44780, #endif -#if (defined (WITH_PNG) || defined(WITH_PPM)) && defined(WITH_GD) +#if (defined(WITH_PNG) && defined(WITH_GD)) || defined(WITH_PPM) &drv_Image, #endif #ifdef WITH_LCD2USB @@ -149,7 +149,6 @@ DRIVER *Driver[] = { #ifdef WITH_picoLCD &drv_picoLCD, #endif - #ifdef WITH_ROUTERBOARD &drv_RouterBoard, #endif -- cgit v1.2.3