From: Eric Andersen Date: Thu, 11 Jan 2007 07:25:29 +0000 (-0000) Subject: be explicit about not doing X X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc894f23ebd96a57fa9b0673a98f42f68908a029;p=buildroot.git be explicit about not doing X --- diff --git a/package/jpeg/jpeg.mk b/package/jpeg/jpeg.mk index 5e9d254da5..24cebfbd6f 100644 --- a/package/jpeg/jpeg.mk +++ b/package/jpeg/jpeg.mk @@ -46,6 +46,7 @@ $(JPEG_DIR)/.configured: $(JPEG_DIR)/.unpacked --prefix=$(STAGING_DIR) \ --enable-shared \ --enable-static \ + --without-x \ ); touch $(JPEG_DIR)/.configured