diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-22 20:54:10 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-22 20:54:10 +0000 |
commit | 35b530346188557e7b81bcb69ccea27f60766177 (patch) | |
tree | d7c0bfafff9375309a9a4a184de56d5b39d1dd44 /recipes/zaurusd/zaurusd_svn.bb | |
parent | d9dc503e425dbcc9e2c4b9f8c81dc8e8acfe4003 (diff) |
zaurusd: Support configurable portrait and landscape xrandr orientation.
Diffstat (limited to 'recipes/zaurusd/zaurusd_svn.bb')
-rw-r--r-- | recipes/zaurusd/zaurusd_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/zaurusd/zaurusd_svn.bb b/recipes/zaurusd/zaurusd_svn.bb index 574e642b23..681ed2cd38 100644 --- a/recipes/zaurusd/zaurusd_svn.bb +++ b/recipes/zaurusd/zaurusd_svn.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" DEPENDS = "tslib" RDEPENDS = "procps" PV = "0.0+svn${SRCDATE}" -PR = "r21" +PR = "r22" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ file://zaurus-hinge.in \ @@ -12,7 +12,8 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ file://alsa-cxx00-default.state.patch;patch=1 \ file://alsa-6000x-default.state.patch;patch=1 \ file://disable-alsa-handling.patch;patch=1 \ - file://zaurus-hinge.matchbox-portrait \ + file://avoid-rotated-server.patch;patch=1 \ + file://zaurus-hinge.matchbox-portrait \ file://zaurus-hinge.matchbox-landscape \ file://zaurus-hinge.bl-on \ file://zaurus-hinge.bl-off \ |