wok diff xorg-xf86-input-evdev/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents eb8067417980
children 814c58f64f83
line diff
     1.1 --- a/xorg-xf86-input-evdev/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xf86-input-evdev/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -10,17 +10,22 @@
     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  #DEPENDS="xorg-server"
    1.11 -BUILD_DEPENDS="xorg-server-dev"
    1.12 +BUILD_DEPENDS="xorg-server-dev udev-dev"
    1.13  
    1.14  MODS='/usr/lib/X11/modules'
    1.15  
    1.16 +# ARM use build system xorg-server-dev or manually install it in sysroot
    1.17 +case "$ARCH" in
    1.18 +	arm) BUILD_DEPENDS="udev-dev" ;;
    1.19 +esac
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure \
    1.26  		--sysconfdir=/etc \
    1.27  		--localstatedir=/var \