diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-22 01:58:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-22 01:58:35 +0000 |
| commit | 23a0a79f3f572ce8310e795c786f375c0073a8d2 (patch) | |
| tree | 5d49aeefd8eaa6d0804dacd4d5e2cba52b4d0ecc /src | |
| parent | 9cd1e6bbc389d1d54a5228e5c624930aafd4548b (diff) | |
Missing deps and a missing API version on static libsub.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wscript b/src/wx/wscript index 10d6f4f1d..fa3dfb21d 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -90,7 +90,7 @@ def build(bld): obj.name = 'libdcpomatic2-wx' obj.export_includes = ['..'] - obj.uselib = 'WXWIDGETS DCP' + obj.uselib = 'WXWIDGETS DCP SUB' if bld.env.TARGET_LINUX: obj.uselib += ' GTK' obj.use = 'libdcpomatic2' |
