v4l-utils: add option to build cec-ctl

This commit is contained in:
Jonas Karlman
2017-10-14 11:55:27 +02:00
parent bbee17c738
commit 71de334efa
3 changed files with 20 additions and 4 deletions

View File

@@ -150,6 +150,9 @@
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"
# build and install CEC framework support (yes / no)
CEC_FRAMEWORK_SUPPORT="no"
# build and install iSCSI support - iscsistart (yes / no)
ISCSI_SUPPORT="yes"