projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c26484
)
be explicit about not doing X
author
Eric Andersen
<andersen@codepoet.org>
Thu, 11 Jan 2007 07:25:29 +0000
(07:25 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 11 Jan 2007 07:25:29 +0000
(07:25 -0000)
package/jpeg/jpeg.mk
patch
|
blob
|
history
diff --git
a/package/jpeg/jpeg.mk
b/package/jpeg/jpeg.mk
index 5e9d254da51d305f3a6a2c9517d063d85f968eed..24cebfbd6fa5c8fb1ef6f8846f838ba59bb77f2c 100644
(file)
--- a/
package/jpeg/jpeg.mk
+++ b/
package/jpeg/jpeg.mk
@@
-46,6
+46,7
@@
$(JPEG_DIR)/.configured: $(JPEG_DIR)/.unpacked
--prefix=$(STAGING_DIR) \
--enable-shared \
--enable-static \
+ --without-x \
);
touch $(JPEG_DIR)/.configured