diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-22 20:57:32 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-22 20:57:32 +0000 |
commit | ee7dab99e199af9aef09224d261f2055b10a0f86 (patch) | |
tree | ca85b918c13636d827c9ea514abe19d64fadf9a4 /recipes/xserver-common/xserver-common_1.25.bb | |
parent | 35b530346188557e7b81bcb69ccea27f60766177 (diff) |
xserver-common, zaurusd: Use native xserver orientation for spitz, akita and borzoi, updated X11/Xinit.d/11zaurus.
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.25.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.25.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.25.bb b/recipes/xserver-common/xserver-common_1.25.bb index e0a12319b8..9db0c2a8d2 100644 --- a/recipes/xserver-common/xserver-common_1.25.bb +++ b/recipes/xserver-common/xserver-common_1.25.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r0" +PR = "r1" PACKAGE_ARCH = "all" @@ -11,6 +11,7 @@ inherit gpe SRC_URI_append = " file://setDPI.sh \ file://89xdgautostart.sh \ + file://avoid-rotated-server.patch;patch=1 \ " do_install_append() { |