diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 12:30:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 12:30:23 +0200 |
commit | 93ffcb58d5ba36b725c596394bcff87136673dbc (patch) | |
tree | 0a11a49227fdcea82639eeb974bf82b399f2bb3e /package/cairo | |
parent | 96c09f375f24d84fcc28c23e5c040191565de4ac (diff) | |
parent | 83c6d3596fa733b2f2f9aef83246beae8e97d168 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cairo')
-rw-r--r-- | package/cairo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile index 887a60425..c0a4b5530 100644 --- a/package/cairo/Makefile +++ b/package/cairo/Makefile @@ -16,6 +16,8 @@ PKG_BUILDDEP+= libXext PKG_URL:= http://cairographics.org/ PKG_SITES:= http://cairographics.org/releases/ +PKG_ARCH_DEPENDS:= !m68k + #DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz PKG_SUBPKGS:= CAIRO CAIRO_DEV |