diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
commit | 387f807fb69e4b45fd56d4ba05dc65b93bf97809 (patch) | |
tree | 7a1d1a8191a6b3d46fe49025776ecd45569676c1 /package/motion | |
parent | 1bd2bb0a91821025a50407f1b5a7e316e2e29eb5 (diff) | |
parent | 5b8ca9882625b354c5d935a14067568414fc369e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/motion')
-rw-r--r-- | package/motion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/motion/Makefile b/package/motion/Makefile index b32b97280..605e61b55 100644 --- a/package/motion/Makefile +++ b/package/motion/Makefile @@ -22,7 +22,8 @@ CONFIGURE_ARGS+= --without-ffmpeg \ --without-jpeg-mmx \ --without-optimizecpu \ --without-mysql \ - --without-pgsql + --without-pgsql \ + --without-v4l post-install: ${INSTALL_DIR} ${IDIR_MOTION}/usr/bin |