build: "tv-v4l2" needs "tv"

Fixes #795.
This commit is contained in:
wm4 2014-05-22 09:29:41 +02:00
parent 46cb1b7c45
commit fcdaaa203b
1 changed files with 1 additions and 0 deletions

View File

@ -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',