Ignore:
File:
1 edited

Legend:

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

    rb279899 r1766326  
    11#
    2 # Copyright (c) 2023 Jiri Svoboda
     2# Copyright (c) 2022 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'tbarcfg', 'ui', 'wndmgt' ]
     29deps = [ 'ui', 'wndmgt' ]
    3030src = files(
    3131        'clock.c',
    3232        'main.c',
    3333        'taskbar.c',
    34         'tbsmenu.c',
    3534        'wndlist.c',
    3635)
     
    3938        'clock.c',
    4039        'taskbar.c',
    41         'tbsmenu.c',
    4240        'wndlist.c',
    4341        'test/clock.c',
    4442        'test/main.c',
    4543        'test/taskbar.c',
    46         'test/tbsmenu.c',
    4744        'test/wndlist.c',
    4845)
    49 
    50 if install_nonessential_data
    51         installed_data += { 'name': 'taskbar.sif', 'dir': '/cfg' }
    52 endif
Note: See TracChangeset for help on using the changeset viewer.