Changeset dbae3b6 in mainline for uspace/srv/taskmon/meson.build


Ignore:
Timestamp:
2024-08-23T19:57:52Z (9 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
e82b37e
Parents:
4af6fb1
Message:

Persistently store taskmon configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskmon/meson.build

    r4af6fb1 rdbae3b6  
    11#
    2 # Copyright (c) 2023 Jiri Svoboda
     2# Copyright (c) 2024 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'corecfg' ]
     29deps = [ 'corecfg', 'sif' ]
    3030src = files('taskmon.c')
Note: See TracChangeset for help on using the changeset viewer.