diff options
author | Vlad Glagolev | 2015-02-11 16:26:33 +0300 |
---|---|---|
committer | Vlad Glagolev | 2015-02-11 16:26:33 +0300 |
commit | da12bc106c88a727e11be21c8abcc2cf3f49e0e5 (patch) | |
tree | cff791fbece05ef2dd851710b878cf7bdeaa0ae5 | |
parent | 5a7448679779ae9e2cff36af4b86465d4e1f8e55 (diff) |
e17: depends on UDEV -> DEVICE-MANAGER
-rwxr-xr-x | e-17/e17/DEPENDS | 2 | ||||
-rw-r--r-- | e-17/e17/HISTORY | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/e-17/e17/DEPENDS b/e-17/e17/DEPENDS index 78c8b1eb8c..6349d9b030 100755 --- a/e-17/e17/DEPENDS +++ b/e-17/e17/DEPENDS @@ -41,7 +41,7 @@ optional_depends hal \ "--disable-device-hal --disable-mount-hal" \ "Enable HAL device backend and mounting support?" && -optional_depends UDEV \ +optional_depends DEVICE-MANAGER \ "--enable-device-udev" "--disable-device-udev" \ "Enable UDEV device backend?" && diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY index 5c3e08eba6..4ad1c35b8b 100644 --- a/e-17/e17/HISTORY +++ b/e-17/e17/HISTORY @@ -1,3 +1,6 @@ +2015-02-11 Vlad Glagolev <stealth@sourcemage.org> + * DEPENDS: UDEV -> DEVICE-MANAGER + 2014-07-03 Ismael Luceno <ismael@sourcemage.org> * DETAILS: Use get_scm_version |