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 | |
parent | 33dd541790614765228a71477e1f8b2b6aa21ce1 (diff) |
disable pixman for m68k, needs tls in libc
-rw-r--r-- | package/cairo/Makefile | 2 | ||||
-rw-r--r-- | package/pixman/Makefile | 2 | ||||
-rw-r--r-- | package/xorg-server/Makefile | 2 |
3 files changed, 5 insertions, 1 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 diff --git a/package/pixman/Makefile b/package/pixman/Makefile index a95926368..ab3f39899 100644 --- a/package/pixman/Makefile +++ b/package/pixman/Makefile @@ -12,6 +12,8 @@ PKG_SECTION:= x11/libs PKG_BUILDDEP:= libpng PKG_SITES:= http://www.cairographics.org/releases/ +PKG_ARCH_DEPENDS:= !m68k + PKG_SUBPKGS:= PIXMAN PIXMAN_DEV PKGSC_PIXMAN_DEV:= devel PKGSD_PIXMAN_DEV:= Pixel manipulation headers diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile index 2f172e6cb..b699c0dbd 100644 --- a/package/xorg-server/Makefile +++ b/package/xorg-server/Makefile @@ -26,7 +26,7 @@ PKGSD_XORG_SERVER_DEV:= Xorg server development files PKGSC_XORG_SERVER_DEV:= x11/devel PKG_CFLINE_XORG_SERVER:=depends on ADK_TARGET_WITH_VGA -PKG_ARCH_DEPENDS:= !cris !avr32 +PKG_ARCH_DEPENDS:= !cris !avr32 !m68k PKG_FLAVOURS_XORG_SERVER:= WITH_DRI WITH_KDRIVE PKGFS_WITH_DRI:= mesalib |