Use FAB subtitler's rather odd DFC -> frame rate mapping.
[libsub.git] / wscript
diff --git a/wscript b/wscript
index 5f619b544549d958ddba56489c7b6ff147090229..079f38ad9adc5d3fb31547040d89528094529733 100644 (file)
--- a/wscript
+++ b/wscript
@@ -24,7 +24,9 @@ def configure(conf):
 
     if conf.options.static:
         conf.env.HAVE_CXML = 1
+        conf.env.LIB_CXML = ['glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6', 'xml2', 'pthread', 'lzma', 'dl', 'z']
         conf.env.STLIB_CXML = ['cxml']
+        conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True)
     else:
         conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)