diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-06 21:38:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-16 17:57:18 +0200 |
| commit | 197d5579bf067f0d0d9ae15672907d5e8a66e2f9 (patch) | |
| tree | 1c1312d700a7724eec7d32600e7775223ef2f9fc | |
| parent | 94ce27fb41c2c79bb65ad54d31ea8664af3a97cc (diff) | |
Add another manual dependency.
| -rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -626,6 +626,8 @@ def build(bld): bld.add_manual_dependency(bld.path.find_node(dep), bld.path.find_node('src/lib/grok/context.h')) bld.add_manual_dependency(bld.path.find_node(dep), bld.path.find_node('src/lib/grok/messenger.h')) + bld.add_manual_dependency(bld.path.find_node('src/wx/full_config_dialog.cc'), bld.path.find_node('src/wx/grok/gpu_config_panel.h')) + bld.recurse('src') bld.recurse('graphics') |
