diff options
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 319678b..0e07c12 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -185,6 +185,11 @@ int slbt_get_driver_ctx( else if (!strcmp("none",entry->arg)) cctx.tag = SLBT_WARNING_LEVEL_NONE; break; + + case TAG_DEPS: + cctx.drvflags |= SLBT_DRIVER_DEPS; + break; + } } else nunits++; |