xserver-kdrive-common: Remove xserver flags for cm-x270 since its using standard Xfbdev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3810 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-02-14 21:16:49 +00:00
parent fb40ee0f4c
commit 838c47ce6c
2 changed files with 4 additions and 4 deletions

View File

@ -48,9 +48,9 @@ case `module_id` in
"Generic OMAP1510/1610/1710")
ARGS="$ARGS -mouse /dev/input/event0" ;;
"Compulab CM-x270")
modprobe mbxfb
ARGS="$ARGS -fb /dev/fb1"
;;
#modprobe mbxfb
#ARGS="$ARGS -fb /dev/fb1"
;;
"Nokia N800")
ARGS="$ARGS -mouse tslib" ;;
"Nokia 770")

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
PR = "r20"
PR = "r23"
SRC_URI = "file://etc"
S = ${WORKDIR}