mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02: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:
@@ -57,7 +57,7 @@ case `module_id` in
|
|||||||
;;
|
;;
|
||||||
esac
|
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
|
if [ ! -z "$DISPLAY_DPI" ]; then
|
||||||
ARGS="$ARGS -dpi $DISPLAY_DPI"
|
ARGS="$ARGS -dpi $DISPLAY_DPI"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
|
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
|
||||||
PR = "r16"
|
PR = "r17"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user