mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
xserver-kdrive-common: Add nokia800 support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1224 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -83,6 +83,8 @@ case `module_id` in
|
||||
modprobe mbxfb
|
||||
ARGS="$ARGS -fb /dev/fb1"
|
||||
;;
|
||||
"Nokia N800")
|
||||
ARGS="$ARGS -screen 800x480x16 -mouse tslib" ;;
|
||||
*)
|
||||
# Its a device we dont know about - in which case force
|
||||
# kdrive to use the current framebuffer geometry otherwise
|
||||
|
||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
|
||||
SRC_URI = "file://etc"
|
||||
S = ${WORKDIR}
|
||||
|
||||
Reference in New Issue
Block a user