diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-21 10:58:55 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-21 10:58:55 +0100 |
commit | 5e4b559f480438570f438b8f49974a6c97a081c8 (patch) | |
tree | 794aae95da6ce17b35ab03b57ecc24668bddd124 | |
parent | ddb7d915a7509a35986ee77d83aa230ccbd028a6 (diff) |
build: add note for glib < 2.55.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c4adbc97..5e56dfd2 100644 --- a/configure.ac +++ b/configure.ac @@ -93,6 +93,8 @@ dnl----------------------------------------------------------------------------- dnl Build dependencies dnl +# NOTE! If using glib < 2.55.1, make sure you have backported the following patch to avoid +# the daemon leaking a lot: https://gitlab.gnome.org/GNOME/glib/commit/37d9b0c6995f97ea0f744650aaf5179081f878ba GLIB_MIN_VERSION=2.48.0 GLIB_BUILD_SYMBOLS="-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_48 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_48 -DGLIB_DISABLE_DEPRECATION_WARNINGS" |