summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoaquim Rocha <jrocha@endlessm.com>2018-08-15 14:07:47 +0200
committerJoaquim Rocha <jrocha@endlessm.com>2018-08-15 14:14:48 +0200
commitf4677ba5621e4fd7d703573088c863b69ee5b62a (patch)
tree16869497dab90ecc472ec433a589c9c8dc01a0f9
parent3a28bf009a5697d0419d51a0291f75c93f3fd9ac (diff)
downloadgnome-initial-setup-f4677ba5621e4fd7d703573088c863b69ee5b62a.tar.gz
build: Add special macro for using libsecret's unstable APIjrocha/fix-libsecret-use
g-i-s uses libsecret's unstable API, so we need to define the macro SECRET_API_SUBJECT_TO_CHANGE in order for that API to be included. This change had been forgotten when we ported the build to Meson.
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 58c62a5..754c427 100644
--- a/meson.build
+++ b/meson.build
@@ -28,6 +28,7 @@ conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
conf.set_quoted('GNOMELOCALEDIR', locale_dir)
conf.set_quoted('PKGDATADIR', pkgdata_dir)
conf.set('ENABLE_REGION_PAGE', get_option('region-page'))
+conf.set('SECRET_API_SUBJECT_TO_CHANGE', true)
# Needed for the 'account' page
cheese_dep = dependency ('cheese',