diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2007-07-03 10:56:17 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2007-07-03 10:56:17 +0200 |
commit | b11bf7d875ae74a6f4f402d5a2d4d264abc7bdbb (patch) | |
tree | c7687ca2da63663ead929062058b014341e397f5 /NEWS | |
parent | 3a5e6376eb23fe3f44b2a10c40549cae29c2200d (diff) |
don't compile Re-map keys without gperf
This fixes a problem with the "Re-map multimedia keys" feature while
compiling. If you have an older, or not up-to-date kernel the complete
compiling fail because hal-setup-keymap-hash-name.h may conatains
defines which would not work with your kernel version or your headers.
From now hal-setup-keymap-hash-name.h get always new genereated and
you are only able to compile the re-map feature if you have gperf
available.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -12,13 +12,14 @@ Requirements for HAL 0.5.10 "": - glib >= 2.6.0 - expat >= 1.95.8 - hal-info >= 20070402 - - libusb >= 0.1.10a (optional) - - pciutils >= 2.2.3 (optional + - libusb >= 0.1.10a (optional) + - pciutils >= 2.2.3 (optional) - dmidecode >= 2.7 (optional) - parted == 1.7.1, 1.8.0, 1.8.1, 1.8.2, 1.86 (optional) - cryptsetup-luks >= 1.0.1 (optional, needs LUKS patches) - - libsmbios >= 0.13.4 (optional for DELL machines, Linux only) + - libsmbios >= 0.13.4 (optional, for DELL machines, Linux only) - dellWirelessCtl >= 0.13.4 (optional, for Dell machines, must live in /usr/bin/, Linux only) + - gperf >= ?????? (optional, for Re-map multimedia keys, Linux only) - ConsoleKit >= 0.2.0 - pm-utils >= 0.99.2 or newer (optional) |