Ignore:
File:
1 edited

Legend:

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

    r2f1be23 r66a2becf  
    11#
    2 # Copyright (c) 2026 Jiri Svoboda
     2# Copyright (c) 2020 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx', 'clipboard' ]
     29deps = [ 'gfx', 'gfxfont', 'memgfx', 'display' ]
    3030src = files(
    31         'src/accel.c',
    32         'src/checkbox.c',
    33         'src/clickmatic.c',
    3431        'src/control.c',
    3532        'src/dummygc.c',
    3633        'src/entry.c',
    37         'src/filedialog.c',
    38         'src/filelist.c',
    3934        'src/fixed.c',
    4035        'src/image.c',
    4136        'src/label.c',
    42         'src/list.c',
    43         'src/menu.c',
    44         'src/menubar.c',
    45         'src/menudd.c',
    46         'src/menuentry.c',
    47         'src/msgdialog.c',
    4837        'src/paint.c',
    4938        'src/pbutton.c',
    50         'src/popup.c',
    51         'src/progress.c',
    52         'src/promptdialog.c',
    53         'src/rbutton.c',
    5439        'src/resource.c',
    55         'src/scrollbar.c',
    56         'src/selectdialog.c',
    57         'src/slider.c',
    58         'src/tab.c',
    59         'src/tabset.c',
    60         'src/testctl.c',
    6140        'src/ui.c',
    6241        'src/wdecor.c',
     
    6544
    6645test_src = files(
    67         'test/accel.c',
    68         'test/checkbox.c',
    69         'test/clickmatic.c',
    7046        'test/control.c',
    7147        'test/entry.c',
    72         'test/filedialog.c',
    73         'test/filelist.c',
    7448        'test/fixed.c',
    7549        'test/image.c',
    7650        'test/label.c',
    77         'test/list.c',
    7851        'test/main.c',
    79         'test/menu.c',
    80         'test/menubar.c',
    81         'test/menudd.c',
    82         'test/menuentry.c',
    83         'test/msgdialog.c',
    8452        'test/paint.c',
    8553        'test/pbutton.c',
    86         'test/popup.c',
    87         'test/promptdialog.c',
    88         'test/progress.c',
    89         'test/rbutton.c',
    9054        'test/resource.c',
    91         'test/scrollbar.c',
    92         'test/selectdialog.c',
    93         'test/slider.c',
    94         'test/tab.c',
    95         'test/tabset.c',
    96         'test/testctl.c',
    9755        'test/ui.c',
    9856        'test/wdecor.c',
Note: See TracChangeset for help on using the changeset viewer.