diff options
author | Ricardo Salveti <ricardo.salveti@openbossa.org> | 2008-07-15 14:49:01 -0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@openbossa.org> | 2008-10-23 17:53:45 -0300 |
commit | b437e681a4b5f6cd4eb83d778346a2b05a476c2f (patch) | |
tree | ca9785441735ec6818e54ce36111213b636c4196 /packages/tasks | |
parent | f51c481ac0cf0c7585d5be2bde44e1b9c11d1721 (diff) |
Adding task-mamona-wm.
Now that we're not using just e-wm to get the whole wm environment,
we decided to create a new task that will cover the wm and everything
we think it'll be useful for the user.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-mamona-wm.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/tasks/task-mamona-wm.bb b/packages/tasks/task-mamona-wm.bb new file mode 100644 index 0000000000..3fd097261b --- /dev/null +++ b/packages/tasks/task-mamona-wm.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Task mamona: Window Manager" +LICENSE = "MIT" +PR = "r1" +ALLOW_EMPTY = "1" + +PACKAGES = "${PN}" + +RDEPENDS = "\ + e-wm \ + libmamona-im-ecore \ +" |