wok diff pilot-link-dev/receipt @ rev 20382

xorg-xf86-video-fbdev: hack for xorg-server 1.12.4 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 22:08:20 2018 +0200 (2018-06-15)
parents df94d1ef231c
children c3a6f662a1c1
line diff
     1.1 --- a/pilot-link-dev/receipt	Sun Dec 13 23:12:27 2015 +0100
     1.2 +++ b/pilot-link-dev/receipt	Fri Jun 15 22:08:20 2018 +0200
     1.3 @@ -9,10 +9,12 @@
     1.4  WANTED="pilot-link"
     1.5  WEB_SITE="http://www.pilot-link.org/"
     1.6  
     1.7 +DEPENDS="pilot-link"
     1.8 +
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12  	mkdir -p $fs/usr/share
    1.13 -	cp -a $install/usr/include $install/usr/lib $fs/usr
    1.14 +	cp -a $install/usr/include $fs/usr
    1.15  	cp -a $install/usr/share/aclocal $fs/usr/share
    1.16  }