00c1f03ee7
[Peter: fix dependencies, comment] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
30 lines
549 B
Makefile
30 lines
549 B
Makefile
#############################################################
|
|
#
|
|
# udisks
|
|
#
|
|
#############################################################
|
|
|
|
UDISKS_VERSION = 1.0.4
|
|
UDISKS_SITE = http://hal.freedesktop.org/releases/
|
|
UDISKS_LICENCE = GPLv2+
|
|
UDISKS_LICENCE_FILES = COPYING
|
|
|
|
UDISKS_DEPENDENCIES = \
|
|
sg3_utils \
|
|
host-pkgconf \
|
|
udev \
|
|
dbus \
|
|
dbus-glib \
|
|
polkit \
|
|
parted \
|
|
lvm2 \
|
|
libatasmart
|
|
|
|
UDISKS_CONF_OPT = --disable-remote-access
|
|
|
|
ifeq ($(BR2_PACKAGE_UDISKS_LVM2),y)
|
|
UDISKS_CONF_OPT += --enable-lvm2
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|