Changeset b279899 in mainline for uspace/lib/tbarcfg/meson.build


Ignore:
Timestamp:
2023-10-17T12:18:10Z (8 months 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 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/tbarcfg/meson.build

    r4030072 rb279899  
    2929deps = [ 'sif' ]
    3030src = files(
    31         'src/startmenu.c',
     31        'src/tbarcfg.c',
    3232)
    3333
    3434test_src = files(
    3535        'test/main.c',
    36         'test/startmenu.c',
     36        'test/tbarcfg.c',
    3737)
Note: See TracChangeset for help on using the changeset viewer.