wok-current rev 22907
cups-pam: added build dependency libunistring-dev
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 24 07:15:20 2020 +0100 (2020-02-24) |
parents | 37d8597570cc |
children | 1f9fe1783d99 |
files | cups-pam/receipt |
line diff
1.1 --- a/cups-pam/receipt Mon Feb 24 07:05:12 2020 +0100 1.2 +++ b/cups-pam/receipt Mon Feb 24 07:15:20 2020 +0100 1.3 @@ -13,9 +13,11 @@ 1.4 WGET_URL="https://github.com/apple/$SOURCE/releases/download/v$VERSION/$TARBALL" 1.5 1.6 PROVIDE="cups:pam" 1.7 -DEPENDS="cups-doc cups-filters dbus libcomerr libcups libkrb5 libssl pam" 1.8 +DEPENDS="cups-doc cups-filters dbus libcomerr libcups libkrb5 libssl 1.9 + libunistring pam" 1.10 BUILD_DEPENDS="acl-dev dbus-dev gnutls-dev jpeg-dev libcomerr-dev 1.11 - libgcrypt-dev libgnutls libpng-dev openssl-dev pam pam-dev tiff-dev" 1.12 + libgcrypt-dev libgnutls libpng-dev libunistring-dev openssl-dev 1.13 + pam pam-dev tiff-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()