summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-17 21:37:06 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-08-17 22:02:04 +1000
commit2832c29a4b1eefb10d60199f6b96459cf57a5d52 (patch)
tree46e34241733e49a80666303378fec022847de142 /gtk2_ardour/wscript
parent95c5b99efc922402df37e91b2ca3f7ac30f92050 (diff)
Install cursor hotspot file with --dist-target=mingw
The extra cursor files must be copied in an external packaging script for now until an easy way to get waf to overwrite the files is found
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index d579d5b339..641e7c3525 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -690,6 +690,12 @@ def build(bld):
bld.install_files(bld.env['DATADIR'], 'small-splash.png')
bld.install_files(bld.env['DATADIR'], 'ArdourMono.ttf')
+ if bld.env['build_target'] == 'mingw':
+ # These icons need to overwrite the files already installed in the icons
+ # directory above. Do this in the external packaging scripts for now.
+ #bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), bld.path.ant_glob('icons/cursor_square/*.png'))
+ bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), 'icons/cursor_square/hotspots')
+
# Default UI configuration
bld.install_files(bld.env['CONFDIR'], 'default_ui_config')
# Color Themes