build: fix build with --disable-tv --enable-pvr

These share some code (frequencies.c at least), so linking was failing.
Fix by making pvr depend on tv.
This commit is contained in:
wm4 2015-08-06 01:03:24 +02:00
parent 70e0bc1e4a
commit 8c388ce79c
1 changed files with 1 additions and 0 deletions

View File

@ -797,6 +797,7 @@ radio_and_tv_features = [
}, {
'name': '--pvr',
'desc': 'Video4Linux2 MPEG PVR interface',
'deps': [ 'tv' ],
'func': check_cc(fragment=load_fragment('pvr.c')),
}, {
'name': '--audio-input',