summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2017-11-13 14:13:30 +0100
committerOndrej Holy <oholy@redhat.com>2017-11-13 14:15:25 +0100
commitcdfd443622637fe18ff07305c7d4b5db241b95f4 (patch)
tree87ed6936096a4588a9896541c5f1db54f16a6ca0
parent192a38c353ed52daabdc409a7fd052d231b156d1 (diff)
downloadgvfs-cdfd443622637fe18ff07305c7d4b5db241b95f4.tar.gz
build: Define HAVE_GCR by meson
HAVE_GCR is not defined by meson currently, so GVfs is built without certificate support, which causes davs tests to fail. Let's define it properly. https://bugzilla.gnome.org/show_bug.cgi?id=786149
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cb40275f..1df6c2c2 100644
--- a/meson.build
+++ b/meson.build
@@ -311,6 +311,7 @@ enable_gcr = get_option('gcr')
if enable_gcr
gcr_dep = dependency('gcr-base-3')
endif
+config_h.set('HAVE_GCR', enable_gcr)
# *** Check if we should build with admin backend ***
enable_admin = get_option('admin')