summaryrefslogtreecommitdiff
path: root/meta/packages/pimlico/dates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pimlico/dates.inc')
-rw-r--r--meta/packages/pimlico/dates.inc14
1 files changed, 4 insertions, 10 deletions
diff --git a/meta/packages/pimlico/dates.inc b/meta/packages/pimlico/dates.inc
index 40a88ea5c..f36d26052 100644
--- a/meta/packages/pimlico/dates.inc
+++ b/meta/packages/pimlico/dates.inc
@@ -4,15 +4,9 @@ SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus libowl"
RDEPENDS = "libedata-cal"
-inherit autotools pkgconfig gtk-icon-cache
+inherit autotools_stage pkgconfig gtk-icon-cache
-# EXTRA_OECONF = "--disable-debug"
-EXTRA_OECONF = "--enable-owl=true --disable-dnd"
-
-FILES_${PN} += "${datadir}/pixmaps/dates.png"
-
-do_install_append () {
- install -d ${D}/${datadir}/pixmaps
- install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/
-}
+# Poky/Sato specific enhancements
+EXTRA_OECONF_append_poky = " --enable-owl=true --disable-dnd"
+SRC_URI_append_poky = " file://dates-owl-window-menu.patch;patch=1 "