wok-current diff xorg-xf86-video-fbdev/receipt @ rev 16067

ARM: xorg-server-light cross compile and add more needed packages
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 20:54:03 2014 +0100 (2014-03-12)
parents eb8067417980
children 66dc81a8e443
line diff
     1.1 --- a/xorg-xf86-video-fbdev/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xf86-video-fbdev/receipt	Wed Mar 12 20:54:03 2014 +0100
     1.3 @@ -10,15 +10,20 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.x.org/"
     1.6  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9 -# We can use xorg-server-light with evdev and vesa driver.
    1.10 +# We can use xorg-server-light with evdev and fbdev driver.
    1.11  #DEPENDS="xorg-server"
    1.12  BUILD_DEPENDS="xorg-server-dev"
    1.13  
    1.14 +# ARM use build system xorg-server-dev or manually install it in sysroot
    1.15 +case "$ARCH" in
    1.16 +	arm) BUILD_DEPENDS="" ;;
    1.17 +esac
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23  	./configure \
    1.24  		--prefix=/usr \
    1.25  		--sysconfdir=/etc \