mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 14:54:21 +00:00
xserver-kdrive-common: Added a Nokia 770 entry.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2489 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
f1e75d00f5
commit
b92c0c0c5e
@ -53,6 +53,8 @@ case `module_id` in
|
||||
;;
|
||||
"Nokia N800")
|
||||
ARGS="$ARGS -mouse tslib" ;;
|
||||
"Nokia 770")
|
||||
ARGS="$ARGS -mouse tslib" ;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
|
||||
PR = "r19"
|
||||
PR = "r20"
|
||||
|
||||
SRC_URI = "file://etc"
|
||||
S = ${WORKDIR}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user