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


Ignore:
Timestamp:
2023-12-28T13:59:23Z (15 months ago)
Author:
GitHub <noreply@…>
Children:
6b66de6b
Parents:
42c2e65 (diff), f87ff8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
git-committer:
GitHub <noreply@…> (2023-12-28 13:59:23)
Message:

Merge branch 'master' into topic/packet-capture

File:
1 edited

Legend:

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

    r42c2e65 rdc5c303  
    2727#
    2828
    29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' ]
     29deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx', 'clipboard' ]
    3030src = files(
    3131        'src/accel.c',
     
    4343        'src/menu.c',
    4444        'src/menubar.c',
     45        'src/menudd.c',
    4546        'src/menuentry.c',
    4647        'src/msgdialog.c',
     
    5253        'src/resource.c',
    5354        'src/scrollbar.c',
     55        'src/selectdialog.c',
    5456        'src/slider.c',
    5557        'src/tab.c',
     
    7678        'test/menu.c',
    7779        'test/menubar.c',
     80        'test/menudd.c',
    7881        'test/menuentry.c',
    7982        'test/msgdialog.c',
     
    8588        'test/resource.c',
    8689        'test/scrollbar.c',
     90        'test/selectdialog.c',
    8791        'test/slider.c',
    8892        'test/tab.c',
Note: See TracChangeset for help on using the changeset viewer.