Files
poky/meta/packages/pimlico/tasks.inc
Zhai Edwin fd32855dda tasks: update to 0.16
Also fix the meta data, and add a patch from upstream to fix the compilation

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-06-30 13:11:26 +01:00

17 lines
365 B
PHP

DESCRIPTION = "Task list application"
HOMEPAGE = "http://pimlico-project.org/tasks.html"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "GPLv2 & GPLv2+"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ eds-dbus"
DEPENDS_append_poky = " libowl"
inherit autotools pkgconfig gtk-icon-cache
OWL ?= "--disable-owl"
OWL_poky ?= "--enable-owl"
EXTRA_OECONF += "${OWL}"