Changeset 8009dc27 in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2020-10-31T01:03:26Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4df6607
Parents:
f03d1308
Message:

Prototype control base class and fixed layout class

So far only position event delivery is handled via layout

File:
1 edited

Legend:

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

    rf03d1308 r8009dc27  
    2929deps = [ 'gfx', 'gfxfont', 'display' ]
    3030src = files(
     31        'src/control.c',
    3132        'src/dummygc.c',
     33        'src/fixed.c',
    3234        'src/label.c',
    3335        'src/paint.c',
     
    4042
    4143test_src = files(
     44        'test/control.c',
     45        'test/fixed.c',
    4246        'test/label.c',
    4347        'test/main.c',
Note: See TracChangeset for help on using the changeset viewer.