be explicit about not depending on X, dep should go the other way
authorEric Andersen <andersen@codepoet.org>
Thu, 11 Jan 2007 07:26:02 +0000 (07:26 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 11 Jan 2007 07:26:02 +0000 (07:26 -0000)
package/libpng/libpng.mk

index 21ec6fb7d810dd5635dd48176fc7c77007376aee..df1470aa65918ffaa8c4311bab7310f27209ca87 100644 (file)
@@ -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