diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-11 07:25:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-11 07:25:29 +0000 |
commit | cc894f23ebd96a57fa9b0673a98f42f68908a029 (patch) | |
tree | 2a01dd4ce451e59ee789f24068b6f56becfadd90 /package | |
parent | 0c26484881b98bb42d292499e106d3597da0dab3 (diff) | |
download | buildroot-novena-cc894f23ebd96a57fa9b0673a98f42f68908a029.tar.gz buildroot-novena-cc894f23ebd96a57fa9b0673a98f42f68908a029.zip |
be explicit about not doing X
Diffstat (limited to 'package')
-rw-r--r-- | package/jpeg/jpeg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/jpeg/jpeg.mk b/package/jpeg/jpeg.mk index 5e9d254da..24cebfbd6 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 |