htcdream.conf: use xf86-video-fbdev and xf86-video-tslib
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Tue, 6 Jul 2010 06:01:41 +0000 (08:01 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 8 Jul 2010 12:49:11 +0000 (14:49 +0200)
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
conf/machine/htcdream.conf
recipes/tasks/task-x11.bb

index a10edb8..3cf1ebf 100644 (file)
@@ -19,3 +19,14 @@ MACHINE_EXTRA_RRECOMMENDS = "\
 "
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-leviathan"
+
+XSERVER = " \
+        xserver-xorg \
+        xserver-xorg-extension-glx \
+        xserver-xorg-extension-dri \
+        xf86-input-tslib \
+        xf86-input-evdev \
+        xf86-input-mouse \
+        xf86-input-keyboard \
+        xf86-video-fbdev \
+"
index 5eeb8ba..77e281e 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "The X Window System -- install this task to get a client/server b
 SECTION = "x11/server"
 LICENSE = "MIT"
 PV = "1.0"
-PR = "r4"
+PR = "r5"
 
 # WORK IN PROGRESS