Changeset 96c6a00 in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2022-03-10T13:44:10Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c88d7f99
Parents:
ca2680d
git-author:
Jiri Svoboda <jiri@…> (2022-03-09 18:44:00)
git-committer:
Jiri Svoboda <jiri@…> (2022-03-10 13:44:10)
Message:

Menu accelerators

Open a menu by pressing F10, then accelerator key (e.g. 'F').

File:
1 edited

Legend:

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

    rca2680d r96c6a00  
    2929deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' ]
    3030src = files(
     31        'src/accel.c',
    3132        'src/checkbox.c',
    3233        'src/control.c',
     
    5455
    5556test_src = files(
     57        'test/accel.c',
    5658        'test/checkbox.c',
    5759        'test/control.c',
Note: See TracChangeset for help on using the changeset viewer.