summaryrefslogtreecommitdiff
path: root/packages/tasks/task-x11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tasks/task-x11.bb')
-rw-r--r--packages/tasks/task-x11.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/tasks/task-x11.bb b/packages/tasks/task-x11.bb
index fe8dfff198..1a50461352 100644
--- a/packages/tasks/task-x11.bb
+++ b/packages/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 = "r1"
+PR = "r2"
# WORK IN PROGRESS
@@ -22,6 +22,9 @@ RRECOMMENDS_${PN} = "\
# virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
XSERVER ?= "xserver-kdrive-fbdev"
+# This is also the reason why we have to make this package machine specific :/
+PACKAGE_ARCH_${PN}-server = "${MACHINE_ARCH}"
+
RDEPENDS_${PN}-server = "\
${XSERVER} \
"
@@ -34,3 +37,4 @@ RDEPENDS_${PN}-utils = "\
xset \
xrandr \
"
+