summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-07-10 18:01:37 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-07-10 19:35:10 -0300
commitcac74d620bc620e5d31d0872c4585fa5f2b97f3a (patch)
tree64113c097b1c455587f9f4fe4804de8b7472c2a2 /src/meson.build
parent50d465281fc05d08a8c814d64bc479b7ef8eb858 (diff)
downloadglade-cac74d620bc620e5d31d0872c4585fa5f2b97f3a.tar.gz
GladeRegistration: rework survey
- Implement survey using new backend at surveys.gnome.org - Save state in config file and do not alow to send a new survey if it was already completed. - Move buttons to headerbar. - Update mailing list link and fix automatic subscription. Fix issue #433 "Survey and registration"
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 0e4679aa..f1f80bc4 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -29,6 +29,7 @@ sources += gnome.compile_resources(
deps = [
gmodule_export_dep,
libgladeui_dep,
+ libxml_dep,
]
ldflags = []