# HG changeset patch # User Christophe Lincoln # Date 1393162875 -3600 # Node ID 97a4bdecaed7d72145ce086a92b7fadf44d16509 # Parent b5e2e43fdf9962b9e50d62f4882ce9d4833970d0 arm: start porting Xorg proto diff -r b5e2e43fdf99 -r 97a4bdecaed7 xcb-proto/receipt --- a/xcb-proto/receipt Sun Feb 23 12:25:52 2014 +0000 +++ b/xcb-proto/receipt Sun Feb 23 14:41:15 2014 +0100 @@ -9,10 +9,15 @@ WEB_SITE="http://xcb.freedesktop.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="${WEB_SITE}dist/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="python pkg-config" BUILD_DEPENDS="python-dev libxml2-tools" +case "$ARCH" in + arm) BUILD_DEPENDS="" ;; +esac + # Rules to configure and make the package. compile_rules() { diff -r b5e2e43fdf99 -r 97a4bdecaed7 xorg-util-macros/receipt --- a/xorg-util-macros/receipt Sun Feb 23 12:25:52 2014 +0000 +++ b/xorg-util-macros/receipt Sun Feb 23 14:41:15 2014 +0100 @@ -10,8 +10,9 @@ SOURCE="util-macros" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/util/$TARBALL" +HOST_ARCH="i486 arm" -DEPENDS="m4 pkg-config" +DEPENDS="m4" # Rules to configure and make the package. compile_rules() diff -r b5e2e43fdf99 -r 97a4bdecaed7 xorg-xproto/receipt --- a/xorg-xproto/receipt Sun Feb 23 12:25:52 2014 +0000 +++ b/xorg-xproto/receipt Sun Feb 23 14:41:15 2014 +0100 @@ -10,6 +10,7 @@ SOURCE="xproto" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/proto/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros"