Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/meson.build

    r1766326 rb279899  
    11#
    2 # Copyright (c) 2022 Jiri Svoboda
     2# Copyright (c) 2023 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'ui', 'wndmgt' ]
     29deps = [ 'tbarcfg', 'ui', 'wndmgt' ]
    3030src = files(
    3131        'clock.c',
    3232        'main.c',
    3333        'taskbar.c',
     34        'tbsmenu.c',
    3435        'wndlist.c',
    3536)
     
    3839        'clock.c',
    3940        'taskbar.c',
     41        'tbsmenu.c',
    4042        'wndlist.c',
    4143        'test/clock.c',
    4244        'test/main.c',
    4345        'test/taskbar.c',
     46        'test/tbsmenu.c',
    4447        'test/wndlist.c',
    4548)
     49
     50if install_nonessential_data
     51        installed_data += { 'name': 'taskbar.sif', 'dir': '/cfg' }
     52endif
Note: See TracChangeset for help on using the changeset viewer.