[oe-commits] Denis 'GNUtoo' Carikli : htcdream.conf: use xf86-video-fbdev and xf86-video-tslib

git version control git at git.openembedded.org
Thu Jul 8 12:50:06 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jul  6 08:01:41 2010 +0200

htcdream.conf: use xf86-video-fbdev and xf86-video-tslib

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>
Acked-by: Michael 'Mickey' Lauer <mlauer at vanille-media.de>

---

 conf/machine/htcdream.conf |   11 +++++++++++
 recipes/tasks/task-x11.bb  |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/conf/machine/htcdream.conf b/conf/machine/htcdream.conf
index a10edb8..3cf1ebf 100644
--- a/conf/machine/htcdream.conf
+++ b/conf/machine/htcdream.conf
@@ -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 \
+"
diff --git a/recipes/tasks/task-x11.bb b/recipes/tasks/task-x11.bb
index 5eeb8ba..77e281e 100644
--- a/recipes/tasks/task-x11.bb
+++ b/recipes/tasks/task-x11.bb
@@ -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
 





More information about the Openembedded-commits mailing list