diff --git a/wscript b/wscript index f58c4ef931..a5f156b93f 100644 --- a/wscript +++ b/wscript @@ -711,6 +711,7 @@ radio_and_tv_features = [ }, { 'name': '--tv-v4l2', 'desc': 'Video4Linux2 TV interface', + 'deps': [ 'tv' ], 'func': check_cc(header_name=['sys/time.h', 'linux/videodev2.h']) }, { 'name': '--libv4l2',