Browse Source

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

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