mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
package/udisks/udisks.mk: fix alphabetic ordering of dependencies
This patch makes the upcoming udisks2 version bump patch easier to read, and also fixes the udisks.mk, so it follows Buildroot's package guidelines. Host packages are placed on top of the dependency list, followed by target dependencies. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fa1fddc9cd
commit
4ec86b7440
@@ -12,16 +12,16 @@ UDISKS_LICENSE_FILES = COPYING
|
||||
UDISKS_AUTORECONF = YES
|
||||
|
||||
UDISKS_DEPENDENCIES = \
|
||||
sg3_utils \
|
||||
host-pkgconf \
|
||||
udev \
|
||||
dbus \
|
||||
dbus-glib \
|
||||
polkit \
|
||||
parted \
|
||||
lvm2 \
|
||||
libatasmart \
|
||||
libgudev
|
||||
libgudev \
|
||||
lvm2 \
|
||||
parted \
|
||||
polkit \
|
||||
sg3_utils \
|
||||
udev
|
||||
|
||||
UDISKS_CONF_OPTS = --disable-remote-access --disable-man-pages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user