]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-oh.bb Move xserver depends from image depends into the task package
authorRichard Purdie <richard@openedhand.com>
Sat, 16 Sep 2006 11:11:28 +0000 (11:11 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 16 Sep 2006 11:11:28 +0000 (11:11 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@716 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-oh.bb

index deeba5812070203edeef868877815512370f4ec0..6b8125966be65a71e7a4b0b31f48d4ff4187fcfd 100644 (file)
@@ -11,6 +11,8 @@ PACKAGES = "\
     task-oh-devtools \
     task-oh-testapps"
 
+XSERVER ?= "xserver-kdrive-fbdev"
+
 ALLOW_EMPTY = "1"
 
 RDEPENDS_task-oh-boot = "\
@@ -39,7 +41,8 @@ RDEPENDS_task-oh-base = "\
     matchbox-common \
     matchbox-wm \
     matchbox-keyboard \
-    matchbox-panel    \
+    matchbox-panel \
+    ${XSERVER} \
     xserver-kdrive-common \
     xserver-nodm-init \
     ttf-bitstream-vera \