Changeset b279899 in mainline for uspace/app/taskbar/meson.build


Ignore:
Timestamp:
2023-10-17T12:18:10Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4643db
Parents:
4030072
git-author:
Jiri Svoboda <jiri@…> (2023-10-16 18:17:59)
git-committer:
Jiri Svoboda <jiri@…> (2023-10-17 12:18:10)
Message:

Rename startmenu library to tbarcfg

There may be other aspects of task bar that will need configuring
so let's widen the scope of the library a bit.

File:
1 edited

Legend:

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

    r4030072 rb279899  
    2727#
    2828
    29 deps = [ 'startmenu', 'ui', 'wndmgt' ]
     29deps = [ 'tbarcfg', 'ui', 'wndmgt' ]
    3030src = files(
    3131        'clock.c',
     
    4949
    5050if install_nonessential_data
    51         installed_data += { 'name': 'startmenu.sif', 'dir': '/cfg' }
     51        installed_data += { 'name': 'taskbar.sif', 'dir': '/cfg' }
    5252endif
Note: See TracChangeset for help on using the changeset viewer.