Various hacks; displays test image on klopp.
[dcpomatic.git] / src / wx / wscript
index f3849c53bde20ab22f86b56431b18711fd5241fc..7b3882c39f7ef29b85eb4e3d5781026ba3e6b92e 100644 (file)
@@ -178,6 +178,8 @@ def configure(conf):
                            uselib_store='WXWIDGETS',
                            mandatory=True)
 
+    conf.env.LIB_WXWIDGETS.append('GLU')
+
     if conf.options.static_wxwidgets:
        # wx-config returns its static libraries as full paths, without -l prefixes, which confuses
         # check_cfg().  It puts the static libraries into LINKFLAGS_WXWIDGETS, so fish them out.