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
This commit is contained in:
Tim Mayberry 2015-08-17 21:37:06 +10:00
parent 95c5b99efc
commit 2832c29a4b

View File

@ -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