summaryrefslogtreecommitdiff
path: root/src/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-12 21:22:44 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-12 21:22:44 +0100
commitc4666b57c855d65c2753d053ae86250f26fecc94 (patch)
treefa03a502ae3d2d466fbb9b5b0cd5a9add0a52bb6 /src/tools/wscript
parente9e8951e0961564121f9c6cc4ce87555eebf9ec8 (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/wscript2
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