From 99cef59fc9a4d33ebbbb4405ec86faf0ff213f0c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 11 May 2017 08:13:57 +0200 Subject: dvb: disable by default It fails building with some older kernel headers, and the current test does not auto-disable it in these cases. Since DVB isn't going to be used by many people, I think disabling it by default is reasonable. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index bc21545f32..e051555545 100644 --- a/wscript +++ b/wscript @@ -853,6 +853,7 @@ radio_and_tv_features = [ 'name': '--dvbin', 'desc': 'DVB input module', 'func': check_cc(fragment=load_fragment('dvb.c')), + 'default': 'disable', } ] -- cgit v1.2.3