added xinit and dbus-x11 as these are missing and required to start Xorg
Maybe there is a better place for this, but for now this will do
(and if someone knows a better place, feel free to modify)
Also added Xorg extension packages as they are needed for KMS
(which in turn is used by the latest intel driver)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
+PR = "r1"
+
export IMAGE_BASENAME = "xfce46-image"
XSERVER ?= "xserver-xorg \
xf86-input-keyboard \
"
-DEPENDS = "virtual/xserver ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras"
+DEPENDS = "virtual/xserver ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras \
+ xinit dbus"
-IMAGE_INSTALL = "${XSERVER} ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras"
+IMAGE_INSTALL = "${XSERVER} ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras \
+ xinit dbus-x11 xserver-xorg-extension-dri server-xorg-extension-dri2 \
+ xserver-xorg-extension-glx"
inherit image