aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keylaunch
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2007-05-30 23:12:56 +0000
committerMatthias Hentges <oe@hentges.net>2007-05-30 23:12:56 +0000
commit5bdac712713cdd972a239f202f74e64f613d1afa (patch)
tree388d2a0a09d617b324d7bb680791a30beb0aba96 /packages/keylaunch
parent921e0bd279bb101825cd8a26193e93dd559a5132 (diff)
downloadopenembedded-5bdac712713cdd972a239f202f74e64f613d1afa.tar.gz
keylaunch: Fix RDEPENDS to display-brightness for selected machines, closing bug #2110
Diffstat (limited to 'packages/keylaunch')
-rw-r--r--packages/keylaunch/keylaunch_2.0.10.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb
index 8eb74cd6b1..9e5a224aaf 100644
--- a/packages/keylaunch/keylaunch_2.0.10.bb
+++ b/packages/keylaunch/keylaunch_2.0.10.bb
@@ -1,7 +1,10 @@
inherit gpe
-DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch"
-RDEPENDS_append_openzaurus = " display-brightness"
+DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch display-brightness"
+
+RDEPENDS_append_spitz = " display-brightness"
+RDEPENDS_append_akita = " display-brightness"
+RDEPENDS_append_c7x0 = " display-brightness"
SECTION = "gpe"
LICENSE = "GPL"
@@ -12,7 +15,7 @@ DESCRIPTION = "A small utility for binding commands to a hot key.\
program is already running, keylaunch can bring its window to the front\
rather than just running another copy."
PACKAGE_ARCH = "${MACHINE_ARCH}"
-PR = "r8"
+PR = "r9"
SRC_URI += " file://keylaunchrc"
SRC_URI += " file://makefile-fix.patch;patch=1"