wok-next diff matchbox-window-manager/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 d457c4e37c1b
children
line diff
     1.1 --- a/matchbox-window-manager/receipt	Fri Nov 09 13:21:03 2018 +0200
     1.2 +++ b/matchbox-window-manager/receipt	Mon Jan 14 03:39:08 2019 +0200
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-window-manager/snapshot/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="automake gconf-dev libmatchbox-dev xorg-libXfixes-dev \
     1.8 -xorg-libXcursor-dev expat-dev startup-notification-dev xorg-libSM-dev"
     1.9 +BUILD_DEPENDS="automake gconf-dev libmatchbox-dev libxfixes-dev \
    1.10 +libxcursor-dev expat-dev startup-notification-dev libsm-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	./autogen.sh \
    1.14 @@ -26,7 +26,7 @@
    1.15  
    1.16  genpkg_rules() {
    1.17  	copy @std
    1.18 -	DEPENDS="expat libmatchbox startup-notification xorg-libICE xorg-libSM \
    1.19 -	xorg-libX11 xorg-libXcursor xorg-libXext xorg-libXfixes"
    1.20 +	DEPENDS="expat libmatchbox startup-notification libice libsm \
    1.21 +	libx11 libxcursor libxext libxfixes"
    1.22  	TAGS="window-manager"
    1.23  }