[oe-commits] Michael 'Mickey' Lauer : add task-x11 and task-x11-illume

GIT User account git at amethyst.openembedded.net
Thu Oct 16 12:27:07 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7cc414eef30f9c44e5aa02c7cd0694b87971a53b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7cc414eef30f9c44e5aa02c7cd0694b87971a53b

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Oct 15 21:33:01 2008 +0200

add task-x11 and task-x11-illume

---

 packages/tasks/task-x11-illume.bb |   27 +++++++++++++++++++++++++++
 packages/tasks/task-x11.bb        |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/packages/tasks/task-x11-illume.bb b/packages/tasks/task-x11-illume.bb
new file mode 100644
index 0000000..a477c6e
--- /dev/null
+++ b/packages/tasks/task-x11-illume.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment."
+SECTION = "x11/wm"
+LICENSE = "MIT"
+PV = "1.0"
+PR = "r0"
+
+# WORK IN PROGRESS
+
+inherit task
+
+# Default illume theme
+ILLUME_THEME ?= "illume-theme-illume"
+
+RDEPENDS_${PN} = "\
+  task-x11-server \
+  task-x11-utils \
+#  xserver-kdrive-splash-illume \
+  \
+  e-wm \
+  illume \
+  illume-config-illume \
+  illume-dicts-english-us \
+  illume-keyboards-default \
+  illume-keyboards-numbers \
+  illume-keyboards-terminal \
+  ${ILLUME_THEME} \
+"
diff --git a/packages/tasks/task-x11.bb b/packages/tasks/task-x11.bb
new file mode 100644
index 0000000..ad5ca3a
--- /dev/null
+++ b/packages/tasks/task-x11.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "The X Window System -- install this task to get a client/server based display multiplexer."
+SECTION = "x11/server"
+LICENSE = "MIT"
+PV = "1.0"
+PR = "r0"
+
+# WORK IN PROGRESS
+
+inherit task
+
+PACKAGES += "\
+  ${PN}-server \
+  ${PN}-utils \
+"
+
+RRECOMMENDS_${PN} = "\
+  ${PN}-server \
+  ${PN}-utils \
+"
+
+# Some machines don't set a *runtime* provider for X, so default to Xfbdev here
+# virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
+XSERVER ?= "xserver-kdrive-fbdev"
+
+RDEPENDS_${PN}-server = "\
+  ${XSERVER} \
+"
+
+RDEPENDS_${PN}-utils = "\
+  xserver-kdrive-common \
+  xserver-nodm-init \
+  xauth \
+  xhost \
+  xset \
+  xrandr \
+"





More information about the Openembedded-commits mailing list