1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Fix order of arguments when constructing the screen, fixing rotation on Zaurus

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1808 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-05-29 14:59:08 +00:00
parent 8ca3683347
commit 12a09987de
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@ case `module_id` in
;;
esac
ARGS="$ARGS -screen ${DISPLAY_WIDTH_PIXELS}x${DISPLAY_HEIGHT_PIXELS}x${DISPLAY_BPP}@${DISPLAY_ORIENTATION}"
ARGS="$ARGS -screen ${DISPLAY_WIDTH_PIXELS}x${DISPLAY_HEIGHT_PIXELS}@${DISPLAY_ORIENTATION}x${DISPLAY_BPP}"
if [ ! -z "$DISPLAY_DPI" ]; then
ARGS="$ARGS -dpi $DISPLAY_DPI"
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
PR = "r16"
PR = "r17"
SRC_URI = "file://etc"
S = ${WORKDIR}