Changeset 2049

Show
Ignore:
Timestamp:
02/20/10 23:21:02 (5 months ago)
Author:
tpgww
Message:

advice about udisks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.config

    r1985 r2049  
    126126WITH_HAL ?= 0 
    127127 
    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 
    131132WITH_DEVKIT ?= 0 
    132133