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

some *-dev depend on pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 21 15:50:51 2017 +0100 (2017-02-21)
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	Tue Feb 21 15:50:51 2017 +0100
     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 -