diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 14:59:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 14:59:31 +0200 |
commit | 85179429f7741b17974bc3a2c1b608f6a6dbd167 (patch) | |
tree | fdcae1be2650b3e0b994be94e5ebf222c73aaedf /package/libvpx/Makefile | |
parent | d1ee3be7f4b966174d673876f961b44e37b4c85a (diff) | |
parent | b38f21fd131920147afe35c7975c066557211fda (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r-- | package/libvpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile index 6205ac4b1..13796e7d5 100644 --- a/package/libvpx/Makefile +++ b/package/libvpx/Makefile @@ -13,7 +13,7 @@ PKG_URL:= http://www.webmproject.org/about/ PKG_SITES:= http://webm.googlecode.com/files/ PKG_OPTS:= dev -PKG_ARCH_DEPENDS:= !avr32 +PKG_ARCH_DEPENDS:= !avr32 !m68k DISTFILES:= ${PKG_NAME}-v${PKG_VERSION}.tar.bz2 WRKDIST= $(WRKDIR)/${PKG_NAME}-v${PKG_VERSION} |