소스 검색

be explicit about not depending on X, dep should go the other way

Eric Andersen 18 년 전
부모
커밋
962a0ee937
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/libpng/libpng.mk

+ 1 - 0
package/libpng/libpng.mk

@@ -55,6 +55,7 @@ $(LIBPNG_DIR)/.configured: $(LIBPNG_DIR)/.unpacked
 		--libdir=$(STAGING_DIR)/lib \
 		--includedir=$(STAGING_DIR)/include \
 		--without-libpng-compat \
+		--without-x \
 	);
 	touch $(LIBPNG_DIR)/.configured