wok-next diff xorg-kbproto/receipt @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents 0e7893ac206d
children cd7906120828
line diff
     1.1 --- a/xorg-kbproto/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/xorg-kbproto/receipt	Fri Apr 27 12:51:30 2018 +0200
     1.3 @@ -15,10 +15,7 @@
     1.4  BUILD_DEPENDS="xorg-util-macros"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure \
     1.8 -		--sysconfdir=/etc \
     1.9 -		--localstatedir=/var \
    1.10 -		$CONFIGURE_ARGS &&
    1.11 +	./configure $CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make install
    1.14  }