gvfs: Depend on libgcrypt if it is selected
authorMarkos Chandras <markos.chandras@imgtec.com>
Fri, 21 Jun 2013 14:41:31 +0000 (15:41 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 23 Jun 2013 19:45:02 +0000 (21:45 +0200)
commit953430bc4dcf7e8691252b3a60d10d6ff72db5c9
tree795aad73aab4a0280334764ee00b718aa40c1822
parent2e0aff3b5cf2f83a3ddd31dfd572b29a8288f6be
gvfs: Depend on libgcrypt if it is selected

gvfs can make optional use of libgcrypt so it needs to depend on
it if it is selected. It's also necessary to set the
ac_cv_path_LIBGCRYPT_CONFIG variable to a known value in order
to prevent the AM_PATH_LIBGCRYPT macro from searching the host
paths for the libgcrypt-config script.

Fixes the following build problem when libgcrypt is installed on the
host system but the package is not selected in buildroot:

gvfsbackendafpbrowse.c:31:20: fatal error: gcrypt.h: No such file or directory

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gvfs/gvfs.mk