wok-next diff xorg-xf86-video-vesa/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 757d032c55c7
children cd7906120828
line diff
     1.1 --- a/xorg-xf86-video-vesa/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/xorg-xf86-video-vesa/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -12,8 +12,6 @@
     1.4  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="xorg-server-dev"
     1.7 -SPLIT="xorg-xf86-video-vesa-dev"
     1.8 -PKG_RULE="std-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12 @@ -23,16 +21,8 @@
    1.13  }
    1.14  
    1.15  genpkg_rules() {
    1.16 -	case $PACKAGE in
    1.17 -		*-vesa)
    1.18 -			copy @std
    1.19 -			# We can use xorg-server-light with evdev and vesa driver.
    1.20 -			#DEPENDS="xorg-server"
    1.21 -			TAGS="xorg display"
    1.22 -			;;
    1.23 -		*-dev)
    1.24 -			copy @dev
    1.25 -			DEPENDS="xorg-xf86-video-vesa xorg-server-dev"
    1.26 -			;;
    1.27 -	esac
    1.28 +	copy @std
    1.29 +	# We can use xorg-server-light with evdev and vesa driver.
    1.30 +	#DEPENDS="xorg-server"
    1.31 +	TAGS="xorg display"
    1.32  }