wok-current diff libimobiledevice/receipt @ rev 23899
busybox: add crontabs in CONFIG_FILES
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 28 08:34:55 2020 +0000 (2020-07-28) |
parents | 16df76e1fc6a |
children | 05c8d8d9d934 |
line diff
1.1 --- a/libimobiledevice/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/libimobiledevice/receipt Tue Jul 28 08:34:55 2020 +0000 1.3 @@ -11,7 +11,8 @@ 1.4 WGET_URL="$WEB_SITE/downloads/$TARBALL" 1.5 1.6 DEPENDS="gnutls glib libplist usbmuxd" 1.7 -BUILD_DEPENDS="gnutls-dev glib-dev libplist-dev usbmuxd-dev python-dev swig" 1.8 +BUILD_DEPENDS="gnutls-dev glib-dev libplist-dev usbmuxd-dev python-dev swig \ 1.9 +libgnutls" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()