The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / udisks / udisks.mk
1 ################################################################################
2 #
3 # udisks
4 #
5 ################################################################################
6
7 UDISKS_VERSION = 1.0.4
8 UDISKS_SITE = http://hal.freedesktop.org/releases
9 UDISKS_LICENSE = GPLv2+
10 UDISKS_LICENSE_FILES = COPYING
11
12 UDISKS_DEPENDENCIES =   \
13         sg3_utils       \
14         host-pkgconf    \
15         udev            \
16         dbus            \
17         dbus-glib       \
18         polkit          \
19         parted          \
20         lvm2            \
21         libatasmart
22
23 UDISKS_CONF_OPTS = --disable-remote-access --disable-man-pages
24
25 ifeq ($(BR2_PACKAGE_UDISKS_LVM2),y)
26 UDISKS_CONF_OPTS += --enable-lvm2
27 endif
28
29 $(eval $(autotools-package))