summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-24 10:23:35 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-24 08:11:55 -0700
commit150451eeaf5bf34e0d884ff0a9067268f3f7e093 (patch)
tree85b4310790075bc15ec65db5674939ceec43518d
parent37ef4d73a24f3e55b95ad77538bdbffcc59042c0 (diff)
downloadmeta-openembedded-150451eeaf5bf34e0d884ff0a9067268f3f7e093.tar.gz
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"