summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pimlico/dates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/pimlico/dates.inc')
-rw-r--r--meta/recipes-sato/pimlico/dates.inc20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-sato/pimlico/dates.inc b/meta/recipes-sato/pimlico/dates.inc
deleted file mode 100644
index 9b338fd812..0000000000
--- a/meta/recipes-sato/pimlico/dates.inc
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "Dates is a calendar application."
2HOMEPAGE = "http://pimlico-project.org/dates.html"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "GPLv2 & GPLv2+ & LGPLv2+"
6
7SECTION = "x11"
8DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server"
9RDEPENDS_${PN} = "libedata-cal"
10
11inherit autotools gettext pkgconfig gtk-icon-cache
12
13# Poky/Sato specific enhancements
14OWL = "--disable-owl"
15OWL_poky = "--enable-owl --disable-dnd"
16
17EXTRA_OECONF += "${OWL}"
18DEPENDS_append_poky = " libowl"
19SRC_URI_append_poky = " file://dates-owl-window-menu.patch;apply=yes "
20