package/quota: add optional netlink dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
540797f955
commit
47048e6012
@ -11,6 +11,13 @@ QUOTA_LICENSE = GPL-2.0+
|
||||
QUOTA_LICENSE_FILES = COPYING
|
||||
QUOTA_LIBS = $(TARGET_NLS_LIBS)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_LIBNL),yy)
|
||||
QUOTA_DEPENDENCIES += host-pkgconf dbus libnl
|
||||
QUOTA_CONF_OTS += --enable-netlink
|
||||
else
|
||||
QUOTA_CONF_OPTS += --disable-netlink
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_E2FSPROGS),y)
|
||||
QUOTA_DEPENDENCIES += host-pkgconf e2fsprogs
|
||||
QUOTA_CONF_OPTS += --enable-ext2direct
|
||||
|
Loading…
Reference in New Issue
Block a user