summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
index 8b6a7b2a0..103bad1b6 100644
--- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
+++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
@@ -2,7 +2,7 @@ require ${BPN}.inc
2 2
3DEPENDS = " \ 3DEPENDS = " \
4 ${BPN}-native gperf-native \ 4 ${BPN}-native gperf-native \
5 glib-2.0 gtk4 libxml2 icu \ 5 glib-2.0 json-glib gtk4 libxml2 icu \
6 dbus db virtual/libiconv zlib libsoup-3.0 libical nss libsecret \ 6 dbus db virtual/libiconv zlib libsoup-3.0 libical nss libsecret \
7" 7"
8 8
@@ -31,6 +31,9 @@ EXTRA_OECMAKE = " \
31 -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ 31 -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
32 -DENABLE_GTK=OFF \ 32 -DENABLE_GTK=OFF \
33 -DENABLE_GTK4=ON \ 33 -DENABLE_GTK4=ON \
34 -DENABLE_INSTALLED_TESTS=OFF \
35 -DENABLE_EXAMPLES=OFF \
36 -DENABLE_MAINTAINER_MODE=OFF \
34" 37"
35 38
36EXTRA_OECMAKE:append:class-target = " -DG_IR_COMPILER=${STAGING_BINDIR}/g-ir-compiler-wrapper" 39EXTRA_OECMAKE:append:class-target = " -DG_IR_COMPILER=${STAGING_BINDIR}/g-ir-compiler-wrapper"