diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-16 19:21:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-16 19:21:23 +0000 |
commit | d0aab15825912530fd917fc899290fae836682f0 (patch) | |
tree | e8a51a244d552a13e9a6c76bb8232364062ee07a /package | |
parent | c9823706ffeedc55dd3101d09930d74c847e71d0 (diff) | |
download | upstream-d0aab15825912530fd917fc899290fae836682f0.tar.gz upstream-d0aab15825912530fd917fc899290fae836682f0.tar.bz2 upstream-d0aab15825912530fd917fc899290fae836682f0.zip |
rename packages dependecies missed from [8806]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8813 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/spca5xx-view/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/spca5xx-view/Makefile b/package/spca5xx-view/Makefile index 8f05c6d97f..e73d709f59 100644 --- a/package/spca5xx-view/Makefile +++ b/package/spca5xx-view/Makefile @@ -24,7 +24,7 @@ define Package/spca5xx-view SECTION:=utils CATEGORY:=Utilities TITLE:=spca5xx streaming applicaton - DEPENDS:=+kmod-spca5xx-le +libpthread + DEPENDS:=+kmod-video-spca5xx-le +libpthread URL:=http://www.acmesystems.it/ endef |