Ignore:
File:
1 edited

Legend:

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

    r80d4aea rcad7b7e  
    11#
    2 # Copyright (c) 2021 Jiri Svoboda
     2# Copyright (c) 2023 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' ]
     29deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx', 'clipboard' ]
    3030src = files(
     31        'src/accel.c',
    3132        'src/checkbox.c',
     33        'src/clickmatic.c',
    3234        'src/control.c',
    3335        'src/dummygc.c',
    3436        'src/entry.c',
    3537        'src/filedialog.c',
     38        'src/filelist.c',
    3639        'src/fixed.c',
    3740        'src/image.c',
    3841        'src/label.c',
     42        'src/list.c',
    3943        'src/menu.c',
    4044        'src/menubar.c',
     45        'src/menudd.c',
    4146        'src/menuentry.c',
    4247        'src/msgdialog.c',
     
    4752        'src/rbutton.c',
    4853        'src/resource.c',
     54        'src/scrollbar.c',
     55        'src/selectdialog.c',
    4956        'src/slider.c',
     57        'src/tab.c',
     58        'src/tabset.c',
     59        'src/testctl.c',
    5060        'src/ui.c',
    5161        'src/wdecor.c',
     
    5464
    5565test_src = files(
     66        'test/accel.c',
    5667        'test/checkbox.c',
     68        'test/clickmatic.c',
    5769        'test/control.c',
    5870        'test/entry.c',
    5971        'test/filedialog.c',
     72        'test/filelist.c',
    6073        'test/fixed.c',
    6174        'test/image.c',
    6275        'test/label.c',
     76        'test/list.c',
    6377        'test/main.c',
    6478        'test/menu.c',
    6579        'test/menubar.c',
     80        'test/menudd.c',
    6681        'test/menuentry.c',
    6782        'test/msgdialog.c',
     
    7287        'test/rbutton.c',
    7388        'test/resource.c',
     89        'test/scrollbar.c',
     90        'test/selectdialog.c',
    7491        'test/slider.c',
     92        'test/tab.c',
     93        'test/tabset.c',
     94        'test/testctl.c',
    7595        'test/ui.c',
    7696        'test/wdecor.c',
Note: See TracChangeset for help on using the changeset viewer.