correct name of dependency in wiimote wscript
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 20 Jul 2009 12:16:42 +0000 (12:16 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 20 Jul 2009 12:16:42 +0000 (12:16 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5395 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/surfaces/wiimote/wscript

index fd03b1724a145feca9e7459f2a2c39ab257bac9e..72dcc9d4e8af7bbc84428611bdb68bec8e4ff8b6 100644 (file)
@@ -29,7 +29,7 @@ def build(bld):
        obj.includes     = ['.', './wiimote']
        obj.name         = 'libwiimote'
        obj.target       = 'wiimote'
-       obj.uselib_local = 'libardour libsurfaces'
+       obj.uselib_local = 'libardour libardour_cp'
        obj.vnum         = LIBSURFACES_LIB_VERSION
        obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')