Ignore:
File:
1 edited

Legend:

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

    rcad7b7e r80d4aea  
    11#
    2 # Copyright (c) 2023 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',
    3735        'src/filedialog.c',
    38         'src/filelist.c',
    3936        'src/fixed.c',
    4037        'src/image.c',
    4138        'src/label.c',
    42         'src/list.c',
    4339        'src/menu.c',
    4440        'src/menubar.c',
    45         'src/menudd.c',
    4641        'src/menuentry.c',
    4742        'src/msgdialog.c',
     
    5247        'src/rbutton.c',
    5348        'src/resource.c',
    54         'src/scrollbar.c',
    55         'src/selectdialog.c',
    5649        'src/slider.c',
    57         'src/tab.c',
    58         'src/tabset.c',
    59         'src/testctl.c',
    6050        'src/ui.c',
    6151        'src/wdecor.c',
     
    6454
    6555test_src = files(
    66         'test/accel.c',
    6756        'test/checkbox.c',
    68         'test/clickmatic.c',
    6957        'test/control.c',
    7058        'test/entry.c',
    7159        'test/filedialog.c',
    72         'test/filelist.c',
    7360        'test/fixed.c',
    7461        'test/image.c',
    7562        'test/label.c',
    76         'test/list.c',
    7763        'test/main.c',
    7864        'test/menu.c',
    7965        'test/menubar.c',
    80         'test/menudd.c',
    8166        'test/menuentry.c',
    8267        'test/msgdialog.c',
     
    8772        'test/rbutton.c',
    8873        'test/resource.c',
    89         'test/scrollbar.c',
    90         'test/selectdialog.c',
    9174        'test/slider.c',
    92         'test/tab.c',
    93         'test/tabset.c',
    94         'test/testctl.c',
    9575        'test/ui.c',
    9676        'test/wdecor.c',
Note: See TracChangeset for help on using the changeset viewer.