Ignore:
File:
1 edited

Legend:

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

    r2f1be23 r3c8c580  
    11#
    2 # Copyright (c) 2026 Jiri Svoboda
     2# Copyright (c) 2021 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx', 'clipboard' ]
     29deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' ]
    3030src = files(
    31         'src/accel.c',
    3231        'src/checkbox.c',
    33         'src/clickmatic.c',
    3432        'src/control.c',
    3533        'src/dummygc.c',
    3634        'src/entry.c',
    37         'src/filedialog.c',
    38         'src/filelist.c',
    3935        'src/fixed.c',
    4036        'src/image.c',
    4137        'src/label.c',
    42         'src/list.c',
    4338        'src/menu.c',
    4439        'src/menubar.c',
    45         'src/menudd.c',
    4640        'src/menuentry.c',
    4741        'src/msgdialog.c',
     
    4943        'src/pbutton.c',
    5044        'src/popup.c',
    51         'src/progress.c',
    52         'src/promptdialog.c',
    5345        'src/rbutton.c',
    5446        'src/resource.c',
    55         'src/scrollbar.c',
    56         'src/selectdialog.c',
    5747        'src/slider.c',
    58         'src/tab.c',
    59         'src/tabset.c',
    60         'src/testctl.c',
    6148        'src/ui.c',
    6249        'src/wdecor.c',
     
    6552
    6653test_src = files(
    67         'test/accel.c',
    6854        'test/checkbox.c',
    69         'test/clickmatic.c',
    7055        'test/control.c',
    7156        'test/entry.c',
    72         'test/filedialog.c',
    73         'test/filelist.c',
    7457        'test/fixed.c',
    7558        'test/image.c',
    7659        'test/label.c',
    77         'test/list.c',
    7860        'test/main.c',
    7961        'test/menu.c',
    8062        'test/menubar.c',
    81         'test/menudd.c',
    8263        'test/menuentry.c',
    8364        'test/msgdialog.c',
     
    8566        'test/pbutton.c',
    8667        'test/popup.c',
    87         'test/promptdialog.c',
    88         'test/progress.c',
    8968        'test/rbutton.c',
    9069        'test/resource.c',
    91         'test/scrollbar.c',
    92         'test/selectdialog.c',
    9370        'test/slider.c',
    94         'test/tab.c',
    95         'test/tabset.c',
    96         'test/testctl.c',
    9771        'test/ui.c',
    9872        'test/wdecor.c',
Note: See TracChangeset for help on using the changeset viewer.