diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-02 15:57:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-02 15:57:55 +0100 |
| commit | f07a469603298049d12e1af9deda4ad830362e58 (patch) | |
| tree | b1a3b88c2bd521ca99bd5913118913af72ad0fec /graphics/wscript | |
| parent | fd24c06df64f9e9877d3ef7c1db9fdee5dacb13b (diff) | |
Basic zoom.
Diffstat (limited to 'graphics/wscript')
| -rw-r--r-- | graphics/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/wscript b/graphics/wscript index 23c3d56ea..1be119783 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -30,3 +30,5 @@ 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', 'select.png') |
