wok-next diff libfakekey/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents d5aab818505e
children
line diff
     1.1 --- a/libfakekey/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/libfakekey/receipt	Thu Dec 05 16:28:27 2019 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="automake libtool xorg-libX11-dev xorg-libXtst-dev"
     1.8 +BUILD_DEPENDS="automake libtool libx11-dev libxtst-dev"
     1.9  SPLIT="$PACKAGE-dev"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -26,12 +26,12 @@
    1.13  	case $PACKAGE in
    1.14  		libfakekey)
    1.15  			copy @std
    1.16 -			DEPENDS="xorg-libX11 xorg-libXtst"
    1.17 +			DEPENDS="libx11 libxtst"
    1.18  			;;
    1.19  		*-dev)
    1.20  			copy @dev
    1.21  			DEPENDS="libfakekey \
    1.22 -			xorg-libX11-dev xorg-libXtst-dev"
    1.23 +			libx11-dev libxtst-dev"
    1.24  			;;
    1.25  	esac
    1.26  	TAGS="matchbox"