diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-13 09:15:13 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-13 09:15:13 +0000 |
commit | 9f45dd9cbcfdc78534fcf1c64e6eff3694c25c21 (patch) | |
tree | 174e23784d20a17e4cbeb059874ac9374456d982 /meta/packages/pimlico/tasks.inc | |
parent | b6a445c6309451d9a4ef30cf375482cfc988496b (diff) | |
download | poky-9f45dd9cbcfdc78534fcf1c64e6eff3694c25c21.tar.gz |
Add a owlmenu patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2179 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pimlico/tasks.inc')
-rw-r--r-- | meta/packages/pimlico/tasks.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc index 9b7c245ad3..2bb1c9265a 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Task list application" | 1 | DESCRIPTION = "Task list application" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "glib-2.0 gtk+ eds-dbus" | 4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" |
5 | 5 | ||
6 | inherit autotools pkgconfig gtk-icon-cache | 6 | inherit autotools pkgconfig gtk-icon-cache |