diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-24 18:53:03 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-24 18:53:03 +0000 |
commit | 128c3027fe25484f29a3f6b21151b459fed1d83a (patch) | |
tree | 182ab742366e04cc096a70d5e8995c1f233ab27a /package/Makefile | |
parent | aa2fd8733a7757bb82f18bedfe769253e3d74552 (diff) | |
download | upstream-128c3027fe25484f29a3f6b21151b459fed1d83a.tar.gz upstream-128c3027fe25484f29a3f6b21151b459fed1d83a.tar.bz2 upstream-128c3027fe25484f29a3f6b21151b459fed1d83a.zip |
add libid3tag package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1745 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index ee5049a126..08d39e1997 100644 --- a/package/Makefile +++ b/package/Makefile @@ -66,6 +66,7 @@ package-$(BR2_PACKAGE_LIBGCRYPT) += libgcrypt package-$(BR2_PACKAGE_LIBGD) += libgd package-$(BR2_PACKAGE_LIBGDBM) += libgdbm package-$(BR2_PACKAGE_LIBGPG_ERROR) += libgpg-error +package-$(BR2_PACKAGE_LIBID3TAG) += libid3tag package-$(BR2_PACKAGE_LIBNET) += libnet package-$(BR2_PACKAGE_LIBNIDS) += libnids package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 |