summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/push2/wscript')
-rw-r--r--libs/surfaces/push2/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/push2/wscript b/libs/surfaces/push2/wscript
index 806828cbd4..a025e12d59 100644
--- a/libs/surfaces/push2/wscript
+++ b/libs/surfaces/push2/wscript
@@ -39,10 +39,10 @@ def build(bld):
obj.defines = [ 'PACKAGE="ardour_push2"' ]
obj.defines += [ 'ARDOURSURFACE_DLL_EXPORTS' ]
obj.defines += [ 'VERSIONSTRING="' + bld.env['VERSION'] + '"' ]
- obj.includes = [ '.', './push2']
+ obj.includes = ['.', './push2']
obj.name = 'libardour_push2'
obj.target = 'ardour_push2'
- obj.uselib = 'CAIROMM PANGOMM USB GTKMM SIGCPP'
+ obj.uselib = 'CAIROMM PANGOMM USB GTKMM SIGCPP XML'
obj.use = 'libardour libardour_cp libgtkmm2ext libpbd libevoral libcanvas libtemporal'
obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces')