diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-03 08:31:25 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-03 08:31:25 +0000 |
commit | 84e44fd4adb7c5945fff7b087a99dc852c06b338 (patch) | |
tree | 67445265af43d2898ab128d69289219c421848b9 /openwrt/package/libgd/ipkg/libgd.control | |
parent | 5e109f6c4c771bdbfa068dd9a0b5464323293f05 (diff) |
enable jpeg support, add dependency on libpng, standardize.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libgd/ipkg/libgd.control')
-rw-r--r-- | openwrt/package/libgd/ipkg/libgd.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libgd/ipkg/libgd.control b/openwrt/package/libgd/ipkg/libgd.control index bd19d9e8f..f6a78e5c3 100644 --- a/openwrt/package/libgd/ipkg/libgd.control +++ b/openwrt/package/libgd/ipkg/libgd.control @@ -1,5 +1,5 @@ Package: libgd Priority: optional Section: libs -Depends: libpng +Depends: libjpeg, libpng Description: A library for the dynamic creation of images |