diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-04 21:15:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-04 21:15:59 +0000 |
commit | 5b1c6d3f78f5208e348f62d9f365f3f12a400501 (patch) | |
tree | ab76775b570687e7386b942ea2373b16574cb28f /openwrt | |
parent | a4d48454afe71f5178867b122f9c6a9c61098110 (diff) | |
download | mtk-20170518-5b1c6d3f78f5208e348f62d9f365f3f12a400501.zip mtk-20170518-5b1c6d3f78f5208e348f62d9f365f3f12a400501.tar.gz mtk-20170518-5b1c6d3f78f5208e348f62d9f365f3f12a400501.tar.bz2 |
add missing libpng dependency
SVN-Revision: 3728
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/depend.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk index 5b1d9d7..63e185b 100644 --- a/openwrt/package/depend.mk +++ b/openwrt/package/depend.mk @@ -39,6 +39,7 @@ libgd-compile: libpng-compile jpeg-compile libid3tag-compile: zlib-compile libnet-compile: libpcap-compile libnids-compile: libnet-compile +libpng-compile: zlib-compile libvorbis-compile: libogg-compile libxml2-compile: zlib-compile libxslt-compile: libxml2-compile |