aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-what/gpe-what_0.43.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-12-05 15:47:48 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2006-12-05 15:47:48 +0000
commit2aedfc4e34a370cbdec09d7a258d60cc4ad63ac3 (patch)
tree532bd8e1f05ee859df982f1c7ed6f7fcb236e443 /packages/gpe-what/gpe-what_0.43.bb
parent15d5d2edff06b9ae8ad6e95495b13123de0c80c2 (diff)
downloadopenembedded-2aedfc4e34a370cbdec09d7a258d60cc4ad63ac3.tar.gz
gpe-what: Add patch to set window type hint. Necessary for compatibility with matchbox > 0.9.5.
Diffstat (limited to 'packages/gpe-what/gpe-what_0.43.bb')
-rw-r--r--packages/gpe-what/gpe-what_0.43.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gpe-what/gpe-what_0.43.bb b/packages/gpe-what/gpe-what_0.43.bb
index 2cc0dc9c2f..b82da4ff7f 100644
--- a/packages/gpe-what/gpe-what_0.43.bb
+++ b/packages/gpe-what/gpe-what_0.43.bb
@@ -1,8 +1,9 @@
LICENSE = "GPL"
DESCRIPTION = "GPE modal help"
DEPENDS = "virtual/libx11 gtk+"
-
+PR = "r1"
GPE_TARBALL_SUFFIX= "bz2"
inherit autotools gpe
+SRC_URI += " file://set-wm-hint.patch;patch=1;pnum=0"