diff options
Diffstat (limited to 'meta/packages/pimlico/tasks.inc')
-rw-r--r-- | meta/packages/pimlico/tasks.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc deleted file mode 100644 index 7478408447..0000000000 --- a/meta/packages/pimlico/tasks.inc +++ /dev/null @@ -1,16 +0,0 @@ -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}" |