--- libffado-2.0-rc1/SConstruct~ 2008-11-22 16:51:39.000000000 -0500 +++ libffado-2.0-rc1/SConstruct 2008-12-11 14:53:16.714805896 -0500 @@ -290,7 +290,7 @@ # PyQT checks build_mixer = False - if conf.CheckForApp( 'which pyuic4' ) and conf.CheckForPyModule( 'dbus' ) and conf.CheckForPyModule( 'PyQt4' ) and conf.CheckForPyModule( 'dbus.mainloop.qt' ): + if conf.CheckForApp( 'which pyuic4' ) and conf.CheckForPyModule( 'dbus' ) and conf.CheckForPyModule( 'PyQt4' ): env['PYUIC4'] = True build_mixer = True