X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=platform%2Flinux%2Fwscript;h=d21d8b1bf15c4327250e612b0775c833a4350b0f;hp=805df8ae5729e3951e7a08afe5f2edb13e776747;hb=78471c43c0c55fb9b25b4beb03dd861439da4f40;hpb=25b1934f24206b6dda5ce5a7686930d605ff6ccc 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'