projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc894f2
)
be explicit about not depending on X, dep should go the other way
author
Eric Andersen
<andersen@codepoet.org>
Thu, 11 Jan 2007 07:26:02 +0000
(07:26 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 11 Jan 2007 07:26:02 +0000
(07:26 -0000)
package/libpng/libpng.mk
patch
|
blob
|
history
diff --git
a/package/libpng/libpng.mk
b/package/libpng/libpng.mk
index 21ec6fb7d810dd5635dd48176fc7c77007376aee..df1470aa65918ffaa8c4311bab7310f27209ca87 100644
(file)
--- 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