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 | 353da290291eb34adead70ba889d70c00749b7d5 (patch) | |
tree | d69b398b9c954771fbea86403c72fe54c5245401 /package | |
parent | 309b0c7817ca39138f440d24cbe5f860ca7ee919 (diff) | |
download | upstream-353da290291eb34adead70ba889d70c00749b7d5.tar.gz upstream-353da290291eb34adead70ba889d70c00749b7d5.tar.bz2 upstream-353da290291eb34adead70ba889d70c00749b7d5.zip |
rename packages dependecies missed from [8806]
SVN-Revision: 8813
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 |