From: Denis 'GNUtoo' Carikli Date: Tue, 6 Jul 2010 06:01:41 +0000 (+0200) Subject: htcdream.conf: use xf86-video-fbdev and xf86-video-tslib X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f7168696f6b179986511916ce39a53c0f7825f;p=openembedded.git htcdream.conf: use xf86-video-fbdev and xf86-video-tslib Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Martin Jansa Acked-by: Michael 'Mickey' Lauer --- diff --git a/conf/machine/htcdream.conf b/conf/machine/htcdream.conf index a10edb8b8f..3cf1ebf04c 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 5eeb8bafbf..77e281e699 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