diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-19 21:28:56 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:43 -0700 |
commit | 05f753813520e4f368a77cc0f517bcf9c69b29f1 (patch) | |
tree | ddf8b765b7da716b015543bf1fadb94aeb9cdefe /meta-gnome/recipes-gnome | |
parent | 9dcf44fc15b565db1ba654333218bd4b711d01ca (diff) | |
download | meta-openembedded-05f753813520e4f368a77cc0f517bcf9c69b29f1.tar.gz |
evolution-data-server: remove libglade from dependencies
libglade is not necessary and does not exist any more
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb index f4ff48957..2303b8f18 100644 --- a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ | |||
11 | DEPENDS = " \ | 11 | DEPENDS = " \ |
12 | intltool-native gperf-native \ | 12 | intltool-native gperf-native \ |
13 | glib-2.0 gtk+3 gconf libgnome-keyring libgdata \ | 13 | glib-2.0 gtk+3 gconf libgnome-keyring libgdata \ |
14 | dbus db virtual/libiconv zlib libsoup-2.4 libglade libical nss libsecret \ | 14 | dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \ |
15 | " | 15 | " |
16 | 16 | ||
17 | inherit distro_features_check gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative | 17 | inherit distro_features_check gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative |