wok-next diff strigi/receipt @ rev 20109

Add some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 29 23:24:57 2017 +0100 (2017-10-29)
parents 2809ecb8c754
children f496af4fe2bf
line diff
     1.1 --- a/strigi/receipt	Sun Oct 29 09:27:29 2017 +0100
     1.2 +++ b/strigi/receipt	Sun Oct 29 23:24:57 2017 +0100
     1.3 @@ -13,12 +13,11 @@
     1.4  
     1.5  DEPENDS="libxml2 expat sqlite3 dbus libQtDBus libQtXml libQtCore"
     1.6  BUILD_DEPENDS="$DEPENDS libxml2-dev cmake Qt4-dev bzlib expat-dev sqlite3-dev \
     1.7 -dbus-dev libQtCore libQtDBus qmake bzip2-dev"
     1.8 +dbus-dev libQtCore libQtDBus qmake bzip2-dev xorg-libX11-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	mkdir -p build && cd build
    1.15  	cmake \
    1.16  		-DCMAKE_INSTALL_PREFIX=/usr \