# HG changeset patch # User Christophe Lincoln # Date 1394928457 -3600 # Node ID 9a71711986ece57fb13eaa4c3cfe1fb53134b190 # Parent d67887b74cbbc6dc1d76c43d7d9fa704cd77f493 libsdl: fix last commit diff -r d67887b74cbb -r 9a71711986ec libsdl/receipt --- a/libsdl/receipt Sun Mar 16 00:44:38 2014 +0100 +++ b/libsdl/receipt Sun Mar 16 01:07:37 2014 +0100 @@ -17,6 +17,7 @@ xorg-libXrender-dev xorg-libX11-dev" # Handle cross compilation. +case "$ARCH" in arm) BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-dev xorg-libXrender-dev \ xorg-libX11-dev" ;; esac