Use our own DirPicker on GTK 2.24.17 (which seems to have a bugs in its GtkFileChoose...
[dcpomatic.git] / src / wx / wscript
index 9213d722012e556e35380c108c83164f4f943d92..4bc79d6bb61b812c1fc04b73f8a5a6af446d7127 100644 (file)
@@ -52,6 +52,8 @@ def build(bld):
     obj.includes = [ '..' ]
     obj.export_includes = ['.']
     obj.uselib = 'WXWIDGETS'
+    if bld.env.TARGET_LINUX:
+        obj.uselib += ' GTK'
     obj.use = 'libdvdomatic'
     obj.source = sources
     obj.target = 'dvdomatic-wx'