Changeset 03145ee in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2020-11-10T09:00:48Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d942ca4
Parents:
0d71fd6
git-author:
Jiri Svoboda <jiri@…> (2020-11-09 20:00:37)
git-committer:
Jiri Svoboda <jiri@…> (2020-11-10 09:00:48)
Message:

Add UI text entry (read-only)

We use the read-only text entry to display calculator output.

File:
1 edited

Legend:

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

    r0d71fd6 r03145ee  
    3131        'src/control.c',
    3232        'src/dummygc.c',
     33        'src/entry.c',
    3334        'src/fixed.c',
    3435        'src/image.c',
     
    4445test_src = files(
    4546        'test/control.c',
     47        'test/entry.c',
    4648        'test/fixed.c',
    4749        'test/image.c',
Note: See TracChangeset for help on using the changeset viewer.