r1931

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Thu Sep 27 20:56:22 CEST 2007


Author: amadeus
Date: 2007-09-27 20:56:17 +0200 (Thu, 27 Sep 2007)
New Revision: 1931

Log:
Build JPEG library if requested by microwindows

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2007-09-27 17:43:47 UTC (rev 1930)
+++ trunk/config/config.in	2007-09-27 18:56:17 UTC (rev 1931)
@@ -1600,6 +1600,9 @@
 	bool 'Have PNM Support' CONFIG_USER_MICROWIN_HAVE_PNM_SUPPORT
 	bool 'Have XPM Support' CONFIG_USER_MICROWIN_HAVE_XPM_SUPPORT
 	bool 'Have JPEG Support' CONFIG_USER_MICROWIN_HAVE_JPEG_SUPPORT
+    	if [ "$CONFIG_USER_MICROWIN_HAVE_JPEG_SUPPORT" = "y" ]; then
+            define_bool CONFIG_LIB_LIBJPEG y
+    	fi
 	bool 'Have PNG Support' CONFIG_USER_MICROWIN_HAVE_PNG_SUPPORT
 	bool 'Have T1LIB Support' CONFIG_USER_MICROWIN_HAVE_T1LIB_SUPPORT
 	bool 'Have FreeType Support' CONFIG_USER_MICROWIN_HAVE_FREETYPE_SUPPORT




More information about the dslinux-commit mailing list