diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-12 21:22:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-12 21:22:44 +0100 |
| commit | c4666b57c855d65c2753d053ae86250f26fecc94 (patch) | |
| tree | fa03a502ae3d2d466fbb9b5b0cd5a9add0a52bb6 /src/tools/wscript | |
| parent | e9e8951e0961564121f9c6cc4ce87555eebf9ec8 (diff) | |
Try to fix static linking of DCP-o-matic libs with the GL stuff.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 80254b0b9..bb26bbb5e 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -63,7 +63,7 @@ def build(bld): obj.uselib = uselib if bld.env.BUILD_STATIC or bld.env.TARGET_LINUX: obj.uselib += ' GTK' - obj.uselib += ' WXWIDGETS' + obj.uselib += ' WXWIDGETS GL GLU' obj.includes = ['..'] obj.use = ['libdcpomatic2', 'libdcpomatic2-wx'] obj.source = '%s.cc' % t |
