package/udisks/Config.in: fix alphabetic ordering of selects
This patch makes the upcoming udisks2 version bump patch easier to read, and also fixes the Config.in, so it follows Buildroot's package guidelines. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
66887076a4
commit
fa1fddc9cd
@ -13,12 +13,12 @@ config BR2_PACKAGE_UDISKS
|
||||
depends on !BR2_STATIC_LIBS # lvm2, spidermonkey
|
||||
select BR2_PACKAGE_DBUS
|
||||
select BR2_PACKAGE_DBUS_GLIB
|
||||
select BR2_PACKAGE_SG3_UTILS
|
||||
select BR2_PACKAGE_POLKIT
|
||||
select BR2_PACKAGE_PARTED
|
||||
select BR2_PACKAGE_LVM2
|
||||
select BR2_PACKAGE_LIBATASMART
|
||||
select BR2_PACKAGE_LIBGUDEV
|
||||
select BR2_PACKAGE_LVM2
|
||||
select BR2_PACKAGE_PARTED
|
||||
select BR2_PACKAGE_POLKIT
|
||||
select BR2_PACKAGE_SG3_UTILS
|
||||
help
|
||||
The udisks project provides
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user