wok-next diff xinput-calibrator/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents d5aab818505e
children
line diff
     1.1 --- a/xinput-calibrator/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/xinput-calibrator/receipt	Mon Jan 14 03:39:08 2019 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="xinput_calibrator-$VERSION.tar.gz"
     1.5  WGET_URL="http://cloud.github.com/downloads/tias/xinput_calibrator/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev xorg-libXi-dev xorg-xorgproto"
     1.8 +BUILD_DEPENDS="libx11-dev libxext-dev libxi-dev xorgproto"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12 @@ -22,5 +22,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="xorg-libX11"
    1.17 +	DEPENDS="libx11"
    1.18  }