Ignore:
File:
1 edited

Legend:

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

    r80d4aea r2f1be23  
    11#
    2 # Copyright (c) 2021 Jiri Svoboda
     2# Copyright (c) 2026 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',
     
    4449        'src/pbutton.c',
    4550        'src/popup.c',
     51        'src/progress.c',
    4652        'src/promptdialog.c',
    4753        'src/rbutton.c',
    4854        'src/resource.c',
     55        'src/scrollbar.c',
     56        'src/selectdialog.c',
    4957        'src/slider.c',
     58        'src/tab.c',
     59        'src/tabset.c',
     60        'src/testctl.c',
    5061        'src/ui.c',
    5162        'src/wdecor.c',
     
    5465
    5566test_src = files(
     67        'test/accel.c',
    5668        'test/checkbox.c',
     69        'test/clickmatic.c',
    5770        'test/control.c',
    5871        'test/entry.c',
    5972        'test/filedialog.c',
     73        'test/filelist.c',
    6074        'test/fixed.c',
    6175        'test/image.c',
    6276        'test/label.c',
     77        'test/list.c',
    6378        'test/main.c',
    6479        'test/menu.c',
    6580        'test/menubar.c',
     81        'test/menudd.c',
    6682        'test/menuentry.c',
    6783        'test/msgdialog.c',
     
    7086        'test/popup.c',
    7187        'test/promptdialog.c',
     88        'test/progress.c',
    7289        'test/rbutton.c',
    7390        'test/resource.c',
     91        'test/scrollbar.c',
     92        'test/selectdialog.c',
    7493        'test/slider.c',
     94        'test/tab.c',
     95        'test/tabset.c',
     96        'test/testctl.c',
    7597        'test/ui.c',
    7698        'test/wdecor.c',
Note: See TracChangeset for help on using the changeset viewer.