summaryrefslogtreecommitdiff
path: root/package/motion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-17 17:34:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-17 17:34:07 +0200
commit100d6808e8d4b82a7a7e970827431580046445b8 (patch)
tree0735ed7bf6d47271a3b9b2b733f184dad3405cf8 /package/motion
parent7d04e923bc874bb602f69bd7c6947ed610d18fee (diff)
disable sdl apps/libs for m68k, because of broken alsa
Diffstat (limited to 'package/motion')
-rw-r--r--package/motion/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/motion/Makefile b/package/motion/Makefile
index 08c285497..78bb0b6eb 100644
--- a/package/motion/Makefile
+++ b/package/motion/Makefile
@@ -15,6 +15,8 @@ PKG_BUILDDEP:= jpeg sdl
PKG_URL:= http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=motion/}
+PKG_ARCH_DEPENDS:= !m68k
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MOTION,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))