summaryrefslogtreecommitdiff
path: root/package/motion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:43:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:43:19 +0200
commitc48212fda03866172022c7666ae2353168a295d8 (patch)
tree59a0d8acdd7204cdafe4ccc84f3c2e60bdcf39b6 /package/motion
parent633388aa0d49b87d723ed7475e434a514bd391bd (diff)
parentbd66c8f78a365b7e2027c52eb8ec8f7babf707ff (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/motion')
-rw-r--r--package/motion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/motion/Makefile b/package/motion/Makefile
index a31fe129e..08c285497 100644
--- a/package/motion/Makefile
+++ b/package/motion/Makefile
@@ -10,8 +10,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 6b8730c875e0f550c1abdb647027d8e1
PKG_DESCR:= Webcam motion sensing and logging
PKG_SECTION:= multimedia
-PKG_DEPENDS:= libjpeg libpthread
-PKG_BUILDDEP:= jpeg
+PKG_DEPENDS:= libjpeg libpthread libsdl
+PKG_BUILDDEP:= jpeg sdl
PKG_URL:= http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=motion/}