[almanah: 1/2] build: Temporarily undefine EDS_DISABLE_DEPRECATED
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah: 1/2] build: Temporarily undefine EDS_DISABLE_DEPRECATED
- Date: Tue, 16 Apr 2019 12:42:49 +0000 (UTC)
commit 867f4103cb0ca5351073af206b204b3b7e8a4199
Author: Philip Withnall <withnall endlessm com>
Date: Tue Apr 16 13:36:09 2019 +0100
build: Temporarily undefine EDS_DISABLE_DEPRECATED
There are more EDS deprecations which Almanah has not yet caught up
with. They need to be fixed (and our EDS dependency bumped) before this
can be re-enabled.
Signed-off-by: Philip Withnall <withnall endlessm com>
https://gitlab.gnome.org/GNOME/almanah/issues/1
meson.build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 8e7cac1..2d9e806 100644
--- a/meson.build
+++ b/meson.build
@@ -104,7 +104,9 @@ if have_spell_check
endif
if have_evolution
conf.set('HAVE_EVO', 1)
- conf.set('EDS_DISABLE_DEPRECATED', 1)
+ # FIXME: We haven’t kept up to date with the post-3.8 deprecations yet:
+ # https://gitlab.gnome.org/GNOME/almanah/issues/1
+ #conf.set('EDS_DISABLE_DEPRECATED', 1)
endif
config = vcs_tag(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]