diff mbox series

[meta-gnome] evolution-data-server: disable tests and examples

Message ID 20240324092335.2319272-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] evolution-data-server: disable tests and examples | expand

Commit Message

Markus Volk March 24, 2024, 9:23 a.m. UTC
- Building the examples pulls in a requirement for gtk+3
  Also disable installed_tests and maintainer_mode
- Use json-glib by default

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../evolution-data-server/evolution-data-server.bb           | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

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
 
 DEPENDS = " \
     ${BPN}-native gperf-native \
-    glib-2.0 gtk4 libxml2 icu \
+    glib-2.0 json-glib gtk4 libxml2 icu \
     dbus db virtual/libiconv zlib libsoup-3.0 libical nss libsecret \
 "
 
@@ -31,6 +31,9 @@  EXTRA_OECMAKE = " \
     -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
     -DENABLE_GTK=OFF \
     -DENABLE_GTK4=ON \
+    -DENABLE_INSTALLED_TESTS=OFF \
+    -DENABLE_EXAMPLES=OFF \
+    -DENABLE_MAINTAINER_MODE=OFF \
 "
 
 EXTRA_OECMAKE:append:class-target = " -DG_IR_COMPILER=${STAGING_BINDIR}/g-ir-compiler-wrapper"