summaryrefslogtreecommitdiff
path: root/package/libpng
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-01-11 07:26:02 +0000
committerEric Andersen <andersen@codepoet.org>2007-01-11 07:26:02 +0000
commit962a0ee937b13ab54b2fe30270084b8abb936ba9 (patch)
tree97df17c565b8cbc08e22bb1aac06e0dc387e899c /package/libpng
parentcc894f23ebd96a57fa9b0673a98f42f68908a029 (diff)
be explicit about not depending on X, dep should go the other way
Diffstat (limited to 'package/libpng')
-rw-r--r--package/libpng/libpng.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
index 21ec6fb7d..df1470aa6 100644
--- a/package/libpng/libpng.mk
+++ b/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