From 150451eeaf5bf34e0d884ff0a9067268f3f7e093 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 24 Mar 2024 10:23:35 +0100 Subject: evolution-data-server: disable tests and examples - 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 Signed-off-by: Khem Raj --- .../recipes-gnome/evolution-data-server/evolution-data-server.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf