diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-10 00:21:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-10 00:21:12 +0100 |
| commit | 78471c43c0c55fb9b25b4beb03dd861439da4f40 (patch) | |
| tree | 4c22a0c1bbf3b844005f96a2a6f24d39cac91b09 /platform/linux/wscript | |
| parent | 25b1934f24206b6dda5ce5a7686930d605ff6ccc (diff) | |
swaroop: try to make -theater and -studio variants.
Diffstat (limited to 'platform/linux/wscript')
| -rw-r--r-- | platform/linux/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/wscript b/platform/linux/wscript index 805df8ae5..d21d8b1bf 100644 --- a/platform/linux/wscript +++ b/platform/linux/wscript @@ -1,6 +1,6 @@ def build(bld): desktops = [] - if bld.env.VARIANT != 'swaroop': + if bld.env.VARIANT != 'swaroop-theater': obj = bld(features='subst') obj.source = 'dcpomatic.desktop.in' obj.target = 'dcpomatic2.desktop' |
