wok diff xorg-xkeyboard-config-dev/receipt @ rev 19898

linld/tazboot: fix set_kernel
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 07 21:50:50 2017 +0200 (2017-04-07)
parents 6cf7c4365e6d
children 814c58f64f83
line diff
     1.1 --- a/xorg-xkeyboard-config-dev/receipt	Sun Mar 30 19:59:41 2014 +0200
     1.2 +++ b/xorg-xkeyboard-config-dev/receipt	Fri Apr 07 21:50:50 2017 +0200
     1.3 @@ -10,10 +10,11 @@
     1.4  WANTED="xorg-xkeyboard-config"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 +DEPENDS="xorg-xkeyboard-config pkg-config"
     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/share/pkgconfig $fs/usr/share
    1.14  }
    1.15 -