diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 14:32:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 14:32:33 +0200 |
commit | c4142342ee8c3dc5ab0a1fcb64ddf4124825ab06 (patch) | |
tree | 18223233e5a3469a438e1a34cc00d0db3e686bcf /package/pango | |
parent | 93ffcb58d5ba36b725c596394bcff87136673dbc (diff) |
disable m68k builds
Diffstat (limited to 'package/pango')
-rw-r--r-- | package/pango/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pango/Makefile b/package/pango/Makefile index aae4d4dd4..2e41b17bc 100644 --- a/package/pango/Makefile +++ b/package/pango/Makefile @@ -14,6 +14,8 @@ PKG_URL:= http://www.pango.org/ PKG_SITES:= ${MASTER_SITE_GNOME:=pango/1.28/} PKG_NEED_CXX:= 1 +PKG_ARCH_DEPENDS:= !m68k + #DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz PKG_SUBPKGS:= PANGO PANGO_DEV |