Browse Source

be explicit about not doing X

Eric Andersen 18 năm trước cách đây
mục cha
commit
cc894f23eb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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