if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
- . /etc/formfactor/config
+ . /etc/formfactor/config
- # use ucb 1x00 touchscreen if present
- if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/touchscreen/ucb1x00 ]; then
- ARGS="$ARGS -mouse /dev/touchscreen/ucb1x00"
- fi
+ ARGS="$ARGS -keybd keyboard"
# use usb mouse if present
if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/input/mice ]; then
DISPLAY=':0'
exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*
-
LICENSE = "GPL"
SECTION = "x11"
PRIORITY = "optional"
-PR = "r21"
+PR = "r22"
RDEPENDS_${PN} = "dbus-wait sudo"
SRC_URI = "file://xserver-nodm"
install -d ${D}/etc
install -d ${D}/etc/init.d
install xserver-nodm ${D}/etc/init.d
-}
+}
inherit update-rc.d