diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/pimlico/dates.inc')
-rw-r--r-- | meta-gnome/recipes-gnome/pimlico/dates.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-gnome/recipes-gnome/pimlico/dates.inc b/meta-gnome/recipes-gnome/pimlico/dates.inc index 9b338fd81..9b078e13c 100644 --- a/meta-gnome/recipes-gnome/pimlico/dates.inc +++ b/meta-gnome/recipes-gnome/pimlico/dates.inc | |||
@@ -9,12 +9,3 @@ DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server" | |||
9 | RDEPENDS_${PN} = "libedata-cal" | 9 | RDEPENDS_${PN} = "libedata-cal" |
10 | 10 | ||
11 | inherit autotools gettext pkgconfig gtk-icon-cache | 11 | inherit autotools gettext pkgconfig gtk-icon-cache |
12 | |||
13 | # Poky/Sato specific enhancements | ||
14 | OWL = "--disable-owl" | ||
15 | OWL_poky = "--enable-owl --disable-dnd" | ||
16 | |||
17 | EXTRA_OECONF += "${OWL}" | ||
18 | DEPENDS_append_poky = " libowl" | ||
19 | SRC_URI_append_poky = " file://dates-owl-window-menu.patch;apply=yes " | ||
20 | |||