wok diff xvkbd/receipt @ rev 20275

lirc: remove <asm/system.h>
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 19 09:59:04 2018 +0100 (2018-03-19)
parents 9e01bc6321ea
children 6135577f4d08
line diff
     1.1 --- a/xvkbd/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/xvkbd/receipt	Mon Mar 19 09:59:04 2018 +0100
     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()