Stop butler getting full in 3D projects with only 2D content (#1469).
[dcpomatic.git] / graphics / wscript
index 23c3d56ea7827c1c624d7ce0cae605cb672f44f9..4be52af9a856610d2bd7f23530ff581488f4cc4a 100644 (file)
@@ -30,3 +30,10 @@ def build(bld):
     if not bld.env.TARGET_WINDOWS:
         bld.install_as('${PREFIX}/share/dcpomatic2/dcpomatic2_server_small.png', 'linux/16/dcpomatic2.png')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'splash.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_all.png')
+        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', 'tick.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'no_tick.png')