summaryrefslogtreecommitdiffstats
path: root/rules/libpng.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-15 18:57:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-15 19:11:16 +0100
commita77423f0bcbccda89d677d4168da84c8691f5a09 (patch)
tree14fcf749593b1f2227e4181823862ce5f154d73d /rules/libpng.in
parenta7acb3342c14c0cdf4c3e9e2b334a0ece33c7de5 (diff)
downloadptxdist-a77423f0bcbccda89d677d4168da84c8691f5a09.tar.gz
ptxdist-a77423f0bcbccda89d677d4168da84c8691f5a09.tar.xz
[libpng] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libpng.in')
-rw-r--r--rules/libpng.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/libpng.in b/rules/libpng.in
index 23c50e4ef..daa2d7688 100644
--- a/rules/libpng.in
+++ b/rules/libpng.in
@@ -4,6 +4,7 @@ config LIBPNG
tristate
prompt "libpng"
select ZLIB
+ select LIBC_M
help
libpng is the official PNG reference library.
It supports almost all PNG features, is extensible,