Use test_suite log level with --debug so we can see when tests take
[dcpomatic.git] / graphics / wscript
index f8a1183a1b429eaedda2dfa5cca60adb21ade9d2..5b51abb947d5a67297aca693da16a34a642d809a 100644 (file)
@@ -23,7 +23,7 @@ def build(bld):
     # Linux application icons
     if bld.env.TARGET_LINUX:
         for r in [16, 22, 32, 48, 64, 128, 256, 512]:
-            for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch', 'dcpomatic2_player', 'dcpomatic2_playlist']:
+            for p in ['dcpomatic2', 'dcpomatic2_kdm', 'dcpomatic2_server', 'dcpomatic2_batch', 'dcpomatic2_player', 'dcpomatic2_playlist', 'dcpomatic2_disk']:
                 bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), 'linux/%d/%s.png' % (r, p))
 
     # Install stuff for POSIX systems
@@ -35,5 +35,7 @@ def build(bld):
         bld.install_files('${PREFIX}/share/dcpomatic2', 'select.png')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'snap.png')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'sequence.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'me.jpg')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'tick.png')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'no_tick.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'link.png')