diff options
Diffstat (limited to 'meta/packages/pimlico/contacts.inc')
-rw-r--r-- | meta/packages/pimlico/contacts.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc index 250342243c..240540f6af 100644 --- a/meta/packages/pimlico/contacts.inc +++ b/meta/packages/pimlico/contacts.inc | |||
@@ -4,7 +4,7 @@ SECTION = "x11" | |||
4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" | 4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" |
5 | RDEPENDS = "libedata-book" | 5 | RDEPENDS = "libedata-book" |
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools_stage pkgconfig |
8 | 8 | ||
9 | EXTRA_OECONF += "--disable-gnome-vfs" | 9 | EXTRA_OECONF += "--disable-gnome-vfs" |
10 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 10 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |
@@ -17,3 +17,8 @@ do_install_append () { | |||
17 | 17 | ||
18 | FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \ | 18 | FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \ |
19 | ${datadir}/pixmaps/stock_person.png" | 19 | ${datadir}/pixmaps/stock_person.png" |
20 | |||
21 | SRC_URI = "file://stock_contact.png \ | ||
22 | file://stock_person.png" | ||
23 | |||
24 | SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;patch=1 " | ||