summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Haley2011-05-31 15:45:50 -0500
committerDavid Haley2011-05-31 15:45:50 -0500
commit0f8003cceee353ec821fb0b6366dca6d29728d8a (patch)
tree31246eff5a4fe90b651d07f59eb02cde873cd1ab
parent7fa8c55e5439e39d482e668e085a2799bff8b021 (diff)
Dependency Update: Change In Spell Requirements
It was found that without 'extras' in the udev DEPENDS enabled there were several spells that were needed for the udev spell to cast successfully. Spell required for udev to cast: gperf usbutils PCIIDS The spells listed above were moved out of the 'extras' IF block within the DEPENDS file to insure they are always queried for when udev is cast. USBIDS was removed from the DEPENDS file. usbutils appears to be explicitly required for udev to compile properly. Since usbutils provides USBIDS it does not seem necassary to have both spells listed in the DEPENDS file.
-rwxr-xr-xdisk/udev/DEPENDS7
-rw-r--r--disk/udev/HISTORY3
2 files changed, 6 insertions, 4 deletions
diff --git a/disk/udev/DEPENDS b/disk/udev/DEPENDS
index a3e4dc5845..db1372e320 100755
--- a/disk/udev/DEPENDS
+++ b/disk/udev/DEPENDS
@@ -1,14 +1,13 @@
depends gnupg &&
depends smgl-fhs &&
+depends gperf &&
+depends usbutils &&
+depends PCIIDS &&
if list_find "$UDEV_OPTS" "--enable-extras"; then
- depends gperf &&
depends pkgconfig &&
depends glib2 &&
depends libusb &&
- depends usbutils &&
- depends USBIDS &&
- depends PCIIDS &&
optional_depends consolekit '' '' 'seesion/seat support'
fi &&
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index f3e8e2dd2e..fa93ca959d 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2011-06-01 David C. Haley <khoralin@gmail.com>
+ * DEPENDS: gperf, usbutils, PCIIDS required dependencies
+
2011-05-29 Arjan Bouter <abouter@sourcemage.org>
* INSTALL: check for /run before creating the dir