summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ffado/enable-mixer-and-dbus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/ffado/enable-mixer-and-dbus.patch')
-rw-r--r--pkgs/os-specific/linux/ffado/enable-mixer-and-dbus.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/ffado/enable-mixer-and-dbus.patch b/pkgs/os-specific/linux/ffado/enable-mixer-and-dbus.patch
new file mode 100644
index 000000000000..44c0b991e0ad
--- /dev/null
+++ b/pkgs/os-specific/linux/ffado/enable-mixer-and-dbus.patch
@@ -0,0 +1,25 @@
+--- libffado-r2117/SConstruct	1970-01-01 01:00:01.000000000 +0100
++++ libffado-r2117/SConstruct	2012-04-06 18:26:45.521100690 +0200
+@@ -314,10 +314,8 @@
+ #
+ 
+ # PyQT checks
+-build_mixer = False
+-if conf.CheckForApp( 'which pyuic4' ) and conf.CheckForPyModule( 'dbus' ) and conf.CheckForPyModule( 'PyQt4' ) and conf.CheckForPyModule( 'dbus.mainloop.qt' ):
+-    env['PYUIC4'] = True
+-    build_mixer = True
++env['PYUIC4'] = True
++build_mixer = True
+ 
+ if conf.CheckForApp( 'xdg-desktop-menu --help' ):
+     env['XDG_TOOLS'] = True
+@@ -348,7 +346,8 @@
+     name2 = pkg.replace("+","").replace(".","").replace("-","").upper()
+     env['%s_FLAGS' % name2] = conf.GetPKGFlags( pkg, pkgs[pkg] )
+ 
+-if not env['DBUS1_FLAGS'] or not env['DBUSC1_FLAGS'] or not conf.CheckForApp('which dbusxx-xml2cpp'):
++
++if False:
+     env['DBUS1_FLAGS'] = ""
+     env['DBUSC1_FLAGS'] = ""
+     print """