소스 검색

be explicit about not doing X

Eric Andersen 18 년 전
부모
커밋
cc894f23eb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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