Changeset 2049
- Timestamp:
- 02/20/10 23:21:02 (5 months ago)
- Files:
-
- 1 modified
-
trunk/Makefile.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.config
r1985 r2049 126 126 WITH_HAL ?= 0 127 127 128 # setting this to 1 enables DeviceKit and dbus code, for detecting and responding 129 # to added and removed volumes. 130 # Requires devicekit-disks, and dbus-glib 128 # setting this to 1 enables UDisks/DeviceKit and dbus code, for detecting and 129 # responding to added and removed volumes. Prefers udisks, but will fall back 130 # to devicekit-disks if udisks is not available at runtime. 131 # Requires udisks or devicekit-disks (maybe >= 009?), and dbus-glib 131 132 WITH_DEVKIT ?= 0 132 133