aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/htcdream.conf11
-rw-r--r--recipes/tasks/task-x11.bb2
2 files changed, 12 insertions, 1 deletions
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