mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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:
parent
fb40ee0f4c
commit
838c47ce6c
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user