aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xkbd/xkbd_0.8.15.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-09-16 19:51:34 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-17 13:59:50 -0700
commit516803115c6842780b2c48d2bea56c52280bbf99 (patch)
treefa4f868dae34088dab1816abb5461534f290dc63 /recipes/xkbd/xkbd_0.8.15.bb
parent007c97cab5f7a4d5ee0a62b061e50b919b912455 (diff)
downloadopenembedded-516803115c6842780b2c48d2bea56c52280bbf99.tar.gz
xkbd_0.8.15.bb: Fix geometry flag to accept negative offsets.
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xkbd/xkbd_0.8.15.bb')
-rw-r--r--recipes/xkbd/xkbd_0.8.15.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xkbd/xkbd_0.8.15.bb b/recipes/xkbd/xkbd_0.8.15.bb
index 309d7d8962..cda2be9120 100644
--- a/recipes/xkbd/xkbd_0.8.15.bb
+++ b/recipes/xkbd/xkbd_0.8.15.bb
@@ -4,9 +4,10 @@ SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/xkbd-${PV}-CVS.
file://fix-circumkey.patch \
file://add-default-common-slides.patch \
file://differentiate-desktop-name.patch \
+ file://xkbd-0.8.15-fix-geometry.patch \
file://xkbd.png"
LICENSE = "GPL"
-PR = "r4"
+PR = "r5"
SECTION = "x11"
DEPENDS = "libxpm libxtst libxft"