mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Added dependency on the apm(4) module.
This commit is contained in:
parent
89c1ecfade
commit
4ce9429c20
1 changed files with 1 additions and 0 deletions
|
|
@ -90,3 +90,4 @@ static scrn_saver_t apm_module = {
|
|||
};
|
||||
|
||||
SAVER_MODULE(apm_saver, apm_module);
|
||||
MODULE_DEPEND(apm_saver, apm, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue