diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-07 16:23:08 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-08 21:08:17 +0000 |
commit | 9cb8f533fe8eeb3e074e40b7a748367604b1e5eb (patch) | |
tree | b1512ef0ffecf125dff5e690c0eac10f5c1e6759 /meta/packages/pimlico/contacts.inc | |
parent | f2bc66b10210e9936a6f8c4a4bbe92cff8807d81 (diff) | |
download | poky-9cb8f533fe8eeb3e074e40b7a748367604b1e5eb.tar.gz |
pimlico: Clean up libowl handling to be consistent
Diffstat (limited to 'meta/packages/pimlico/contacts.inc')
-rw-r--r-- | meta/packages/pimlico/contacts.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc index 240540f6af..679e70a8fd 100644 --- a/meta/packages/pimlico/contacts.inc +++ b/meta/packages/pimlico/contacts.inc | |||
@@ -1,12 +1,16 @@ | |||
1 | DESCRIPTION = "Address-book application." | 1 | DESCRIPTION = "Address-book application." |
2 | LICENSE = "LGPL" | 2 | LICENSE = "LGPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" | 4 | DEPENDS = "glib-2.0 gtk+ eds-dbus" |
5 | DEPENDS_append_poky = " libowl" | ||
5 | RDEPENDS = "libedata-book" | 6 | RDEPENDS = "libedata-book" |
6 | 7 | ||
7 | inherit autotools_stage pkgconfig | 8 | inherit autotools_stage pkgconfig |
8 | 9 | ||
9 | EXTRA_OECONF += "--disable-gnome-vfs" | 10 | OWL = "--disable-owl" |
11 | OWL_poky = "--enable-owl" | ||
12 | |||
13 | EXTRA_OECONF += "--disable-gnome-vfs ${OWL}" | ||
10 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 14 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |
11 | 15 | ||
12 | do_install_append () { | 16 | do_install_append () { |