wok diff xvkbd/receipt @ rev 20334

Do not use efi shell (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 16:13:06 2018 +0200 (2018-06-02)
parents 9e01bc6321ea
children 6135577f4d08
line diff
     1.1 --- a/xvkbd/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/xvkbd/receipt	Sat Jun 02 16:13:06 2018 +0200
     1.3 @@ -10,9 +10,9 @@
     1.4  WEB_SITE="http://homepage3.nifty.com/tsato/xvkbd/"
     1.5  WGET_URL="${WEB_SITE}$TARBALL"
     1.6  
     1.7 -DEPENDS="xorg-xproto xorg-libXaw xorg-libXp xorg-libXtst xorg-libXaw3d"
     1.8 +DEPENDS="xorg-libXp xorg-libXtst xorg-libXaw3d"
     1.9  BUILD_DEPENDS="xorg-imake xorg-libXaw-dev xorg-libXp-dev xorg-libXtst-dev \
    1.10 -xorg-libXaw3d-dev"
    1.11 +xorg-libXaw3d-dev xorg-xproto"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()