Various work on certificate handling for screens; need XML config here, now.
[dcpomatic.git] / src / wx / wscript
index bf7d2d1cf59dc0002e3afb0a1bf907968f8deb0c..82d9d3738a7cb4282c5637033f64e35b9412004f 100644 (file)
@@ -1,8 +1,5 @@
 def configure(conf):
-    if conf.env.TARGET_WINDOWS:
-        conf.check_cfg(package = '', atleast_version = '2.9.4', path = 'wx-config', args = '--cppflags --cxxflags --libs', uselib_store = 'WXWIDGETS', mandatory = True)
-    else:
-        conf.check_cfg(package = '', atleast_version = '2.8.12', path = 'wx-config', args = '--cppflags --cxxflags --libs', uselib_store = 'WXWIDGETS', mandatory = True)
+    conf.check_cfg(package = '', path = 'wx-config', args = '--cppflags --cxxflags --libs', uselib_store = 'WXWIDGETS', mandatory = True)
 
 def build(bld):
     if bld.env.STATIC:
@@ -26,7 +23,10 @@ def build(bld):
                  gain_calculator_dialog.cc
                  job_manager_view.cc
                  job_wrapper.cc
+                 kdm_dialog.cc
+                 cinema_dialog.cc
                  new_film_dialog.cc
+                 screen_dialog.cc
                  properties_dialog.cc
                  server_dialog.cc
                  wx_util.cc