diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 11:41:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 11:41:51 +0200 |
commit | 41e1c1543570f5f96f9c47696caf1d58fcc8c9de (patch) | |
tree | b950273b1e0291cf62929ca17e4bdd95b4945461 /package/cairo | |
parent | 33dd541790614765228a71477e1f8b2b6aa21ce1 (diff) |
disable pixman for m68k, needs tls in libc
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 |