Sfoglia il codice sorgente

be explicit about not doing X

Eric Andersen 18 anni fa
parent
commit
cc894f23eb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package/jpeg/jpeg.mk

+ 1 - 0
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