diff options
author | Matthias Hentges <oe@hentges.net> | 2006-03-27 18:17:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-27 18:17:39 +0000 |
commit | 0c49ca03295c8be002a9ebd649f9023d26314ac9 (patch) | |
tree | 2e4079259e2bd92b0e5a1b3f23ea2364eede1ed4 /packages/keylaunch/keylaunch_2.0.10.bb | |
parent | fa5bcf6e2804497a09e06f66d1455dabd0525738 (diff) |
keylaunch:
- Adjust keylaunchrc for akita / spitz / borzoi
- Add a DEPENDS / RDEPENDS to "display-bightness" on openzaurus
- Akita / spitz / borzoi can now change their displays bightness via the default Fn key combinations
- Also mapped "Home" to switch between open windows and Fn+Home to show the desktop
Diffstat (limited to 'packages/keylaunch/keylaunch_2.0.10.bb')
-rw-r--r-- | packages/keylaunch/keylaunch_2.0.10.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb index f84cd35b33..c0d0b2c44a 100644 --- a/packages/keylaunch/keylaunch_2.0.10.bb +++ b/packages/keylaunch/keylaunch_2.0.10.bb @@ -1,6 +1,9 @@ inherit gpe DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch" +DEPENDS_append_openzaurus = " display-brightness" +RDEPENDS_append_openzaurus = " display-brightness" + SECTION = "gpe" LICENSE = "GPL" DESCRIPTION = "A small utility for binding commands to a hot key.\ @@ -10,7 +13,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 = "r0" +PR = "r1" SRC_URI += " file://keylaunchrc" |