Adding task-mamona-wm.
authorRicardo Salveti <ricardo.salveti@openbossa.org>
Tue, 15 Jul 2008 17:49:01 +0000 (14:49 -0300)
committerRodrigo Vivi <rodrigo.vivi@openbossa.org>
Thu, 23 Oct 2008 20:53:45 +0000 (17:53 -0300)
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.

packages/meta/meta-mamona.bb
packages/tasks/task-mamona-wm.bb [new file with mode: 0644]

index f29a3d7..b8d84d8 100644 (file)
@@ -10,6 +10,7 @@ task-mamona-base \
 task-mamona \
 task-mamona-devel \
 task-mamona-sdk \
+task-mamona-wm \
 coreutils \
 cpio \
 dbus \
@@ -18,7 +19,6 @@ dnsmasq \
 dosfstools \
 e2fsprogs \
 expat \
-e-wm \
 findutils \
 fontconfig \
 gconf \
diff --git a/packages/tasks/task-mamona-wm.bb b/packages/tasks/task-mamona-wm.bb
new file mode 100644 (file)
index 0000000..3fd0972
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "Task mamona: Window Manager"
+LICENSE = "MIT"
+PR = "r1"
+ALLOW_EMPTY = "1"
+
+PACKAGES = "${PN}"
+
+RDEPENDS = "\
+    e-wm \
+    libmamona-im-ecore \
+"