Changes in uspace/lib/ui/meson.build [2f1be23:80d4aea] in mainline
- File:
-
- 1 edited
-
uspace/lib/ui/meson.build (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/meson.build
r2f1be23 r80d4aea 1 1 # 2 # Copyright (c) 202 6Jiri Svoboda2 # Copyright (c) 2021 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' , 'clipboard']29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' ] 30 30 src = files( 31 'src/accel.c',32 31 'src/checkbox.c', 33 'src/clickmatic.c',34 32 'src/control.c', 35 33 'src/dummygc.c', 36 34 'src/entry.c', 37 35 'src/filedialog.c', 38 'src/filelist.c',39 36 'src/fixed.c', 40 37 'src/image.c', 41 38 'src/label.c', 42 'src/list.c',43 39 'src/menu.c', 44 40 'src/menubar.c', 45 'src/menudd.c',46 41 'src/menuentry.c', 47 42 'src/msgdialog.c', … … 49 44 'src/pbutton.c', 50 45 'src/popup.c', 51 'src/progress.c',52 46 'src/promptdialog.c', 53 47 'src/rbutton.c', 54 48 'src/resource.c', 55 'src/scrollbar.c',56 'src/selectdialog.c',57 49 'src/slider.c', 58 'src/tab.c',59 'src/tabset.c',60 'src/testctl.c',61 50 'src/ui.c', 62 51 'src/wdecor.c', … … 65 54 66 55 test_src = files( 67 'test/accel.c',68 56 'test/checkbox.c', 69 'test/clickmatic.c',70 57 'test/control.c', 71 58 'test/entry.c', 72 59 'test/filedialog.c', 73 'test/filelist.c',74 60 'test/fixed.c', 75 61 'test/image.c', 76 62 'test/label.c', 77 'test/list.c',78 63 'test/main.c', 79 64 'test/menu.c', 80 65 'test/menubar.c', 81 'test/menudd.c',82 66 'test/menuentry.c', 83 67 'test/msgdialog.c', … … 86 70 'test/popup.c', 87 71 'test/promptdialog.c', 88 'test/progress.c',89 72 'test/rbutton.c', 90 73 'test/resource.c', 91 'test/scrollbar.c',92 'test/selectdialog.c',93 74 'test/slider.c', 94 'test/tab.c',95 'test/tabset.c',96 'test/testctl.c',97 75 'test/ui.c', 98 76 'test/wdecor.c',
Note:
See TracChangeset
for help on using the changeset viewer.
