summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/pimlico/contacts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/pimlico/contacts.inc')
-rw-r--r--meta-gnome/recipes-gnome/pimlico/contacts.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-gnome/recipes-gnome/pimlico/contacts.inc b/meta-gnome/recipes-gnome/pimlico/contacts.inc
index 9798985a4..e19727c56 100644
--- a/meta-gnome/recipes-gnome/pimlico/contacts.inc
+++ b/meta-gnome/recipes-gnome/pimlico/contacts.inc
@@ -5,15 +5,11 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
5LICENSE = "GPLv2 & GPLv2+ & GPLv3+ " 5LICENSE = "GPLv2 & GPLv2+ & GPLv3+ "
6SECTION = "x11" 6SECTION = "x11"
7DEPENDS = "glib-2.0 gtk+ evolution-data-server" 7DEPENDS = "glib-2.0 gtk+ evolution-data-server"
8DEPENDS_append_poky = " libowl"
9RDEPENDS_${PN} = "libedata-book" 8RDEPENDS_${PN} = "libedata-book"
10 9
11inherit autotools pkgconfig 10inherit autotools pkgconfig
12 11
13OWL = "--disable-owl" 12EXTRA_OECONF += "--disable-gnome-vfs"
14OWL_poky = "--enable-owl"
15
16EXTRA_OECONF += "--disable-gnome-vfs ${OWL}"
17EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" 13EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
18 14
19do_install_append () { 15do_install_append () {
@@ -30,5 +26,3 @@ SRC_URI = "file://stock_contact.png \
30 file://stock_person.png \ 26 file://stock_person.png \
31 file://contacts-conditionally-install-schema.patch \ 27 file://contacts-conditionally-install-schema.patch \
32 " 28 "
33
34SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;apply=yes "