summaryrefslogtreecommitdiff
blob: 9d85ad583317fdbf69cbebe01d1733bbcf09bf51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- dcpomatic-2.8.0/src/wx/wscript
+++ dcpomatic-2.8.0/src/wx/wscript
@@ -103,8 +103,8 @@
 
 def configure(conf):
     try:
-        wx_config = 'wx-config-3.0-gtk2'
-        conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0-gtk2',
+        wx_config = 'wx-config-3.0'
+        conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0',
                        package='',
                        path=wx_config,
                        args='--cppflags --cxxflags --libs std,richtext',