2013-01-18 13:08:47 +01:00
|
|
|
config BR2_PACKAGE_UDISKS
|
|
|
|
bool "udisks"
|
2013-12-05 10:39:41 +01:00
|
|
|
depends on !BR2_avr32 # udev
|
2014-02-07 14:21:33 +01:00
|
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus-glib -> glib2
|
2013-02-05 09:00:22 +01:00
|
|
|
depends on BR2_USE_MMU # lvm2
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # lvm2
|
2013-01-18 13:08:47 +01:00
|
|
|
select BR2_PACKAGE_DBUS
|
|
|
|
select BR2_PACKAGE_DBUS_GLIB
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_USE_WCHAR # dbus-glib -> glib2
|
2013-01-18 13:08:47 +01:00
|
|
|
select BR2_PACKAGE_SG3_UTILS
|
|
|
|
select BR2_PACKAGE_POLKIT
|
|
|
|
select BR2_PACKAGE_PARTED
|
|
|
|
select BR2_PACKAGE_LVM2
|
|
|
|
select BR2_PACKAGE_LIBATASMART
|
|
|
|
help
|
|
|
|
The udisks project provides
|
|
|
|
|
|
|
|
o A storage daemon that implements well-defined D-Bus
|
|
|
|
interfaces that can be used to query and manipulate
|
|
|
|
storage devices.
|
|
|
|
|
|
|
|
o a command-line tool, udisks(1), that can be used to query
|
|
|
|
and use the daemon
|
|
|
|
|
|
|
|
http://www.freedesktop.org/wiki/Software/udisks
|
|
|
|
|
2013-07-15 21:47:50 +02:00
|
|
|
if BR2_PACKAGE_UDISKS
|
|
|
|
|
2013-01-18 13:08:47 +01:00
|
|
|
config BR2_PACKAGE_UDISKS_LVM2
|
|
|
|
bool "lvm2 support"
|
|
|
|
select BR2_PACKAGE_LVM2_APP_LIBRARY
|
|
|
|
help
|
|
|
|
Enable LVM2 support
|
|
|
|
|
2013-07-15 21:47:50 +02:00
|
|
|
endif
|
|
|
|
|
2014-02-07 14:21:33 +01:00
|
|
|
comment "udisks needs udev /dev management"
|
2013-12-05 10:39:41 +01:00
|
|
|
depends on !BR2_avr32
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-02-07 14:21:33 +01:00
|
|
|
depends on !BR2_PACKAGE_HAS_UDEV
|
|
|
|
|
2014-02-28 14:30:23 +01:00
|
|
|
comment "udisks needs a toolchain w/ wchar, threads, dynamic library"
|
2014-02-07 14:21:33 +01:00
|
|
|
depends on !BR2_avr32
|
|
|
|
depends on BR2_USE_MMU
|
2014-02-28 14:30:23 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
2014-12-03 22:41:29 +01:00
|
|
|
BR2_STATIC_LIBS
|