mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
Do not build extras with --disable-extras
This commit is contained in:
parent
c283cd6c59
commit
905818f596
@ -221,6 +221,7 @@ dist_udevrules_DATA += \
|
||||
extras/rule_generator/75-cd-aliases-generator.rules \
|
||||
extras/rule_generator/75-persistent-net-generator.rules
|
||||
|
||||
if ENABLE_EXTRAS
|
||||
# ------------------------------------------------------------------------------
|
||||
# firmware - firmware loading
|
||||
# ------------------------------------------------------------------------------
|
||||
@ -319,6 +320,8 @@ libexec_PROGRAMS += extras/v4l_id/v4l_id
|
||||
dist_udevrules_DATA += extras/v4l_id/60-persistent-v4l.rules
|
||||
endif
|
||||
|
||||
endif # ENABLE_EXTRAS
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# qemu -- qemu/kvm guest tweaks
|
||||
# ------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user