diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-14 21:16:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-14 21:16:49 +0000 |
commit | 838c47ce6c1f49c16505fe658508a4df90c347fe (patch) | |
tree | e73567a9ab95accae0bdb3baf1583d01c1efbed1 /meta | |
parent | fb40ee0f4c07e1b75091b692085d94c76666a4fe (diff) | |
download | poky-838c47ce6c1f49c16505fe658508a4df90c347fe.tar.gz |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver | 6 | ||||
-rw-r--r-- | meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver b/meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver index f3b454bcb3..8efb8661f4 100644 --- a/meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver +++ b/meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver | |||
@@ -48,9 +48,9 @@ case `module_id` in | |||
48 | "Generic OMAP1510/1610/1710") | 48 | "Generic OMAP1510/1610/1710") |
49 | ARGS="$ARGS -mouse /dev/input/event0" ;; | 49 | ARGS="$ARGS -mouse /dev/input/event0" ;; |
50 | "Compulab CM-x270") | 50 | "Compulab CM-x270") |
51 | modprobe mbxfb | 51 | #modprobe mbxfb |
52 | ARGS="$ARGS -fb /dev/fb1" | 52 | #ARGS="$ARGS -fb /dev/fb1" |
53 | ;; | 53 | ;; |
54 | "Nokia N800") | 54 | "Nokia N800") |
55 | ARGS="$ARGS -mouse tslib" ;; | 55 | ARGS="$ARGS -mouse tslib" ;; |
56 | "Nokia 770") | 56 | "Nokia 770") |
diff --git a/meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb index e0806f78da..2b263abdf3 100644 --- a/meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb +++ b/meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor" | 4 | RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor" |
5 | PR = "r20" | 5 | PR = "r23" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |