diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-11 07:26:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-11 07:26:02 +0000 |
commit | 962a0ee937b13ab54b2fe30270084b8abb936ba9 (patch) | |
tree | 97df17c565b8cbc08e22bb1aac06e0dc387e899c /package | |
parent | cc894f23ebd96a57fa9b0673a98f42f68908a029 (diff) | |
download | buildroot-novena-962a0ee937b13ab54b2fe30270084b8abb936ba9.tar.gz buildroot-novena-962a0ee937b13ab54b2fe30270084b8abb936ba9.zip |
be explicit about not depending on X, dep should go the other way
Diffstat (limited to 'package')
-rw-r--r-- | package/libpng/libpng.mk | 1 |
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 |