[Buildroot] svn commit: trunk/buildroot/package/jpeg

andersen at uclibc.org andersen at uclibc.org
Thu Jan 11 07:25:29 UTC 2007


Author: andersen
Date: 2007-01-10 23:25:29 -0800 (Wed, 10 Jan 2007)
New Revision: 17241

Log:
be explicit about not doing X


Modified:
   trunk/buildroot/package/jpeg/jpeg.mk


Changeset:
Modified: trunk/buildroot/package/jpeg/jpeg.mk
===================================================================
--- trunk/buildroot/package/jpeg/jpeg.mk	2007-01-11 07:25:01 UTC (rev 17240)
+++ trunk/buildroot/package/jpeg/jpeg.mk	2007-01-11 07:25:29 UTC (rev 17241)
@@ -46,6 +46,7 @@
 		--prefix=$(STAGING_DIR) \
 		--enable-shared \
 		--enable-static \
+		--without-x \
 	);
 	touch $(JPEG_DIR)/.configured
 




More information about the buildroot mailing list