Ignore:
File:
1 edited

Legend:

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

    r3c8c580 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',
     37        'src/filedialog.c',
     38        'src/filelist.c',
    3539        'src/fixed.c',
    3640        'src/image.c',
    3741        'src/label.c',
     42        'src/list.c',
    3843        'src/menu.c',
    3944        'src/menubar.c',
     45        'src/menudd.c',
    4046        'src/menuentry.c',
    4147        'src/msgdialog.c',
     
    4349        'src/pbutton.c',
    4450        'src/popup.c',
     51        'src/progress.c',
     52        'src/promptdialog.c',
    4553        'src/rbutton.c',
    4654        'src/resource.c',
     55        'src/scrollbar.c',
     56        'src/selectdialog.c',
    4757        'src/slider.c',
     58        'src/tab.c',
     59        'src/tabset.c',
     60        'src/testctl.c',
    4861        'src/ui.c',
    4962        'src/wdecor.c',
     
    5265
    5366test_src = files(
     67        'test/accel.c',
    5468        'test/checkbox.c',
     69        'test/clickmatic.c',
    5570        'test/control.c',
    5671        'test/entry.c',
     72        'test/filedialog.c',
     73        'test/filelist.c',
    5774        'test/fixed.c',
    5875        'test/image.c',
    5976        'test/label.c',
     77        'test/list.c',
    6078        'test/main.c',
    6179        'test/menu.c',
    6280        'test/menubar.c',
     81        'test/menudd.c',
    6382        'test/menuentry.c',
    6483        'test/msgdialog.c',
     
    6685        'test/pbutton.c',
    6786        'test/popup.c',
     87        'test/promptdialog.c',
     88        'test/progress.c',
    6889        'test/rbutton.c',
    6990        'test/resource.c',
     91        'test/scrollbar.c',
     92        'test/selectdialog.c',
    7093        'test/slider.c',
     94        'test/tab.c',
     95        'test/tabset.c',
     96        'test/testctl.c',
    7197        'test/ui.c',
    7298        'test/wdecor.c',
Note: See TracChangeset for help on using the changeset viewer.