mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/eudev: explicitly disable rules generator if not wanted
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1c7e22c799
commit
077f70a834
@ -31,6 +31,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_EUDEV_RULES_GEN),y)
|
ifeq ($(BR2_PACKAGE_EUDEV_RULES_GEN),y)
|
||||||
EUDEV_CONF_OPTS += --enable-rule-generator
|
EUDEV_CONF_OPTS += --enable-rule-generator
|
||||||
|
else
|
||||||
|
EUDEV_CONF_OPTS += --disable-rule-generator
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_EUDEV_ENABLE_HWDB),y)
|
ifeq ($(BR2_PACKAGE_EUDEV_ENABLE_HWDB),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user