diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-06 21:38:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-18 13:46:50 +0200 |
| commit | bdc861093c0af0a0a9a9da677b9ea366892ca408 (patch) | |
| tree | d55baa6734ed9f051de343a99bcc2a2c68b0580c /wscript | |
| parent | 8c68fd3d1b861ac6d5fd5451cd693f2230969cad (diff) | |
Add another manual dependency.
Diffstat (limited to 'wscript')
| -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') |
