summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorPiotr Tworek <tworaz@tworaz.net>2019-08-22 19:17:13 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-24 05:20:42 -0700
commit1b2013ca07947c79e36d1db6926ca50388aa6802 (patch)
tree708e193b33ad87b2f9cb08c9a9324cf3d5a38727 /meta-gnome
parent3308d4a2f747603a87760e4c2556b8d721862a49 (diff)
downloadmeta-openembedded-1b2013ca07947c79e36d1db6926ca50388aa6802.tar.gz
evolution-data-server: Add PACKAGECONFIGs for oauth2 and kerberos.
Dependencies for both features are present in either oe-core oe meta-openembedded meta layer. Both features build and work without any additional modifications. Signed-off-by: Piotr Tworek <tworaz@tworaz.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
index bd3e4dabb..97e87fe78 100644
--- a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
+++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
@@ -30,10 +30,8 @@ LKSTRFTIME = "HAVE_LKSTRFTIME=ON"
30LKSTRFTIME_libc-musl = "HAVE_LKSTRFTIME=OFF" 30LKSTRFTIME_libc-musl = "HAVE_LKSTRFTIME=OFF"
31 31
32EXTRA_OECMAKE = " \ 32EXTRA_OECMAKE = " \
33 -DWITH_KRB5=OFF \
34 -DENABLE_GOA=OFF \ 33 -DENABLE_GOA=OFF \
35 -DENABLE_UOA=OFF \ 34 -DENABLE_UOA=OFF \
36 -DENABLE_GOOGLE_AUTH=OFF \
37 -DENABLE_WEATHER=OFF \ 35 -DENABLE_WEATHER=OFF \
38 -D${LKSTRFTIME} \ 36 -D${LKSTRFTIME} \
39 -DSYSCONF_INSTALL_DIR=${sysconfdir} \ 37 -DSYSCONF_INSTALL_DIR=${sysconfdir} \
@@ -42,6 +40,8 @@ EXTRA_OECMAKE = " \
42 40
43PACKAGECONFIG ??= "" 41PACKAGECONFIG ??= ""
44PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" 42PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap"
43PACKAGECONFIG[oauth2] = "-DENABLE_OAUTH2=ON,-DENABLE_OAUTH2=OFF,json-glib webkitgtk"
44PACKAGECONFIG[mitkrb5] = "-DWITH_KRB5=ON,-DWITH_KRB5=OFF,krb5"
45 45
46# -ldb needs this on some platforms 46# -ldb needs this on some platforms
47LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" 47LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"