瀏覽代碼

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