wok diff xorg-xf86-video-ati/receipt @ rev 19881

bluez: fix bluez-simple-agent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 03 10:27:24 2017 +0200 (2017-04-03)
parents 8e57efb79b16
children 814c58f64f83
line diff
     1.1 --- a/xorg-xf86-video-ati/receipt	Sun Oct 09 20:37:21 2016 +0300
     1.2 +++ b/xorg-xf86-video-ati/receipt	Mon Apr 03 10:27:24 2017 +0200
     1.3 @@ -13,14 +13,13 @@
     1.4  TAGS="xorg display"
     1.5  
     1.6  DEPENDS="xorg-server mesa-dri-ati"
     1.7 -BUILD_DEPENDS="xorg-server-dev libpthread-stubs-dev"
     1.8 +BUILD_DEPENDS="xorg-server-dev libpthread-stubs-dev xorg-xf86driproto"
     1.9  
    1.10  MODS='/usr/lib/X11/modules'
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	./configure \
    1.17  		--sysconfdir=/etc \
    1.18  		--mandir=/usr/share/man \
    1.19 @@ -37,5 +36,3 @@
    1.20  	mkdir -p ${fs}${MODS}/drivers
    1.21  	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers/
    1.22  }
    1.23 -
    1.24 -