Ignore:
File:
1 edited

Legend:

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

    rcad7b7e r3c8c580  
    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',
    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/promptdialog.c',
    5245        'src/rbutton.c',
    5346        'src/resource.c',
    54         'src/scrollbar.c',
    55         'src/selectdialog.c',
    5647        'src/slider.c',
    57         'src/tab.c',
    58         'src/tabset.c',
    59         'src/testctl.c',
    6048        'src/ui.c',
    6149        'src/wdecor.c',
     
    6452
    6553test_src = files(
    66         'test/accel.c',
    6754        'test/checkbox.c',
    68         'test/clickmatic.c',
    6955        'test/control.c',
    7056        'test/entry.c',
    71         'test/filedialog.c',
    72         'test/filelist.c',
    7357        'test/fixed.c',
    7458        'test/image.c',
    7559        'test/label.c',
    76         'test/list.c',
    7760        'test/main.c',
    7861        'test/menu.c',
    7962        'test/menubar.c',
    80         'test/menudd.c',
    8163        'test/menuentry.c',
    8264        'test/msgdialog.c',
     
    8466        'test/pbutton.c',
    8567        'test/popup.c',
    86         'test/promptdialog.c',
    8768        'test/rbutton.c',
    8869        'test/resource.c',
    89         'test/scrollbar.c',
    90         'test/selectdialog.c',
    9170        'test/slider.c',
    92         'test/tab.c',
    93         'test/tabset.c',
    94         'test/testctl.c',
    9571        'test/ui.c',
    9672        'test/wdecor.c',
Note: See TracChangeset for help on using the changeset viewer.