mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
udisks: only build documentation if requested
Fixes http://autobuild.buildroot.org/results/b23/b234e63f92e6e5162dd5340624e32caa31b82a1a/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5a3c69afbd
commit
5e827993e7
@ -20,7 +20,8 @@ UDISKS_DEPENDENCIES = \
|
|||||||
lvm2 \
|
lvm2 \
|
||||||
libatasmart
|
libatasmart
|
||||||
|
|
||||||
UDISKS_CONF_OPT = --disable-remote-access
|
UDISKS_CONF_OPT = --disable-remote-access \
|
||||||
|
$(if $(BR2_HAVE_DOCUMENTATION),,--disable-man-pages)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_UDISKS_LVM2),y)
|
ifeq ($(BR2_PACKAGE_UDISKS_LVM2),y)
|
||||||
UDISKS_CONF_OPT += --enable-lvm2
|
UDISKS_CONF_OPT += --enable-lvm2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user