wok-next diff xrestop/receipt @ rev 21115

Update gtk3
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 12 17:51:19 2019 +0200 (2019-01-12)
parents d5aab818505e
children
line diff
     1.1 --- a/xrestop/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/xrestop/receipt	Sat Jan 12 17:51:19 2019 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://downloads.yoctoproject.org/releases/xrestop/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="ncurses-dev xorg-libXres-dev"
     1.8 +BUILD_DEPENDS="ncurses-dev libxres-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.12 @@ -24,5 +24,5 @@
    1.13  genpkg_rules() {
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16 -	DEPENDS="ncurses xorg-libXres"
    1.17 +	DEPENDS="ncurses libxres"
    1.18  }