Changeset 47728678 in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2020-10-13T09:24:56Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f6df5a3
Parents:
f80690a
git-author:
Jiri Svoboda <jiri@…> (2020-10-12 21:24:39)
git-committer:
Jiri Svoboda <jiri@…> (2020-10-13 09:24:56)
Message:

Push button - first light

Introduced ui_resource_t class to hold common UI resources such as font,
colors, etc. We don't want every button to load its own copy of the font.

File:
1 edited

Legend:

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

    rf80690a r47728678  
    2727#
    2828
    29 deps = [ 'gfx' ]
     29deps = [ 'gfx', 'gfxfont' ]
    3030src = files(
    3131        'src/pbutton.c',
     32        'src/resource.c',
    3233)
    3334
     
    3536        'test/main.c',
    3637        'test/pbutton.c',
     38        'test/resource.c',
    3739)
Note: See TracChangeset for help on using the changeset viewer.