diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-18 13:10:47 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-18 13:10:47 +0100 |
commit | d8869f3ac30fd3640d8f9b27d7c1c922ef160216 (patch) | |
tree | 5487b14b0464c3b5a69f0bbd27bb8151257b95c9 /meta/packages/pimlico/dates.inc | |
parent | 14321b47b9cf8a923a25a5225b68f8b89760bf40 (diff) | |
download | poky-d8869f3ac30fd3640d8f9b27d7c1c922ef160216.tar.gz |
pimlico: Convert recipes to gnome git
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/pimlico/dates.inc')
-rw-r--r-- | meta/packages/pimlico/dates.inc | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/meta/packages/pimlico/dates.inc b/meta/packages/pimlico/dates.inc index 40a88ea5c0..f36d260520 100644 --- a/meta/packages/pimlico/dates.inc +++ b/meta/packages/pimlico/dates.inc | |||
@@ -4,15 +4,9 @@ SECTION = "x11" | |||
4 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus libowl" | 4 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus libowl" |
5 | RDEPENDS = "libedata-cal" | 5 | RDEPENDS = "libedata-cal" |
6 | 6 | ||
7 | inherit autotools pkgconfig gtk-icon-cache | 7 | inherit autotools_stage pkgconfig gtk-icon-cache |
8 | 8 | ||
9 | # EXTRA_OECONF = "--disable-debug" | 9 | # Poky/Sato specific enhancements |
10 | EXTRA_OECONF = "--enable-owl=true --disable-dnd" | 10 | EXTRA_OECONF_append_poky = " --enable-owl=true --disable-dnd" |
11 | 11 | SRC_URI_append_poky = " file://dates-owl-window-menu.patch;patch=1 " | |
12 | FILES_${PN} += "${datadir}/pixmaps/dates.png" | ||
13 | |||
14 | do_install_append () { | ||
15 | install -d ${D}/${datadir}/pixmaps | ||
16 | install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/ | ||
17 | } | ||
18 | 12 | ||