diff options
Diffstat (limited to 'meta/packages/pimlico/dates.inc')
-rw-r--r-- | meta/packages/pimlico/dates.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/pimlico/dates.inc b/meta/packages/pimlico/dates.inc deleted file mode 100644 index 6ef7b60611..0000000000 --- a/meta/packages/pimlico/dates.inc +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | DESCRIPTION = "Dates is a calendar application." | ||
2 | HOMEPAGE = "http://pimlico-project.org/dates.html" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "GPLv2 & GPLv2+ & LGPLv2+" | ||
6 | |||
7 | SECTION = "x11" | ||
8 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | ||
9 | RDEPENDS = "libedata-cal" | ||
10 | |||
11 | inherit autotools 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 | |||