diff options
Diffstat (limited to 'package/jpeg')
-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 |