MCP: Fix issue with strip "select" buttons that stayed stuck on.
[ardour.git] / libs / surfaces / faderport / wscript
index a0c3a2e160d018d5a002ce808d580873c4f758ea..b13796d7939f7e593d05fbcc7f699d2f44bab79e 100644 (file)
@@ -26,7 +26,7 @@ def build(bld):
     obj.includes     = [ '.', './faderport']
     obj.name         = 'libardour_faderport'
     obj.target       = 'ardour_faderport'
-    obj.uselib       = 'GTKMM GTK GDK'
+    obj.uselib       = 'GTKMM GTK GDK XML'
     obj.use          = 'libardour libardour_cp libgtkmm2ext libpbd'
     obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces')