From 36683c840f042f5ab273e85989c2778fde158a84 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 9 Mar 2016 20:13:25 -0500 Subject: [PATCH] Fix linking of wx.media module --- wscript | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wscript b/wscript index ac53ed07..26f129a6 100644 --- a/wscript +++ b/wscript @@ -218,6 +218,10 @@ def configure(conf): args='--cxxflags --libs %score,net' % libname + rpath, uselib_store='WXRICHTEXT', mandatory=True) + conf.check_cfg(path=conf.options.wx_config, package='', + args='--cxxflags --libs media,core,net' + rpath, + uselib_store='WXMEDIA', mandatory=True) + # ** Add code for new modules here