wok-next diff xorg-xf86-video-rendition/receipt @ rev 20599
More fix libtool
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Apr 17 00:06:41 2018 +0300 (2018-04-17) |
parents | 757d032c55c7 |
children | 10df65db91ad |
line diff
1.1 --- a/xorg-xf86-video-rendition/receipt Fri Mar 30 19:31:50 2018 +0300 1.2 +++ b/xorg-xf86-video-rendition/receipt Tue Apr 17 00:06:41 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-rendition-dev" 1.8 -PKG_RULE="std-dev" 1.9 1.10 compile_rules() { 1.11 ./configure $CONFIGURE_ARGS && 1.12 @@ -22,15 +20,7 @@ 1.13 } 1.14 1.15 genpkg_rules() { 1.16 - case $PACKAGE in 1.17 - *-rendition) 1.18 - copy @std 1.19 - DEPENDS="xorg-server" 1.20 - TAGS="xorg display" 1.21 - ;; 1.22 - *-dev) 1.23 - copy @dev 1.24 - DEPENDS="xorg-xf86-video-rendition xorg-server-dev" 1.25 - ;; 1.26 - esac 1.27 + copy @std 1.28 + DEPENDS="xorg-server" 1.29 + TAGS="xorg display" 1.30 }